Using GPU instance on GCP from VS Code

Anuj Arora
Dive into ML/AI
Published in
4 min readDec 15, 2022

--

Step by step tutorial

Install gcloud CLI

Following the instructions at https://cloud.google.com/sdk/docs/install for Google Cloud CLI installation.

Setup a gcloud project

Once the gcloud is entergcloud projects create demoproject32, followed by gcloud config set project demoproject32 on the terminal to set up a new project configuration.

If everything goes without error, gcloud config configurations list, should give the following:

--

--