You can use the gcloud tool to upload files to your machine.
gcloud compute scp --project tum-adlr-ws21-04 --zone europe-west3-b --recurse <local file or directory> pytorch-workstation-01-vm:~/
We've already started a Jupyter notebook instance on the VM for your convenience. In order to get link that can be used to access Jupyter Lab run the following command.
`gcloud compute instances describe --project tum-adlr-ws21-04 --zone europe-west3-b pytorch-workstation-01-vm | grep googleusercontent.com | grep datalab
Helpful guides:
For Ubuntu: Using OpenAI Gym and Pybullet at Google Cloud Compute Engine with Graphical User Interface For Debian: Your desktop on Google Cloud Platform
This colab notebook might give a working example: