Tag Archives: gcp

Setting up Deep Learning VM in GCP – Part 3

Earlier I had setup a deep learning VM in GCP from scratch but it gave me a few issues: So I tried installing another VM. Making notes to help me out next time. This time I noted down the shell … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Setting up Deep Learning VM in GCP – Part 2

In first part, we provisioned a VM. Today we will go over next steps. Install latest Python The VM will come with a version of Python pre-installed. Check if the version is sufficient for your needs. If not, you can … Continue reading

Posted in Computers, programming, Software | Tagged , , , , | Leave a comment

Setting up deep learning VM in GCP – Part 1

Choosing the wrong Boot disk image This section is for posterity. Do yourself a favor. Skip it and move on to next section. Under the boot disk I selected following Deep Learning image (as suggested by Google) so I would … Continue reading

Posted in Computers, programming, Software | Tagged , , , | Leave a comment

The correct way to authenticate your app against GCP

Summary: There are many ways you can authenticate your application against GCP. Applications that run in managed GCP services such as Cloud Run should run under a service account’s identity. They will automatically authenticate themselves against GCP with the permissions … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment

Helpful GCP commands

2. Login using a service account You shouldn’t do this however. Quoting best practices: Don’t use service accounts during development. During your daily work, you might use tools such as the Google Cloud CLI, gsutil, or terraform. Don’t use a … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment