Note that this is a forum wiki thread, so you all can edit this post to add/change/organize info to help make it better! To edit, click on the little pencil icon at the bottom of this post. Here’s a pic of what to look for:
Also, using automatic CPU platform selection usually results in having older CPU models selected, but selecting skylake increases costs. Does it matter ?
EDIT: Reading the tutorial further, I can see an shell command to create the instance using a “n1-standard-8”. Concluding the pricing paragraph has a typo. But this doesn’t decrease the price much lower, now around $1.29/h
That’s because your fastai library isn’t up to date. I’m not sure why, if you followed the steps, but look at the update guide, specifically the update the library part.
scary how little setup I needed to do. All my usual tools like tmux and htop are already setup, and jupyter auto-started. this image pytorch-1-0-cu92-experimental is gold
purnima@purnima:~$ export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
purnima@purnima:~$ echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
[sudo] password for purnima:
deb http://packages.cloud.google.com/apt cloud-sdk-bionic
main
purnima@purnima:~$ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1326 100 1326 0 0 2135 0 --:--:-- --:--:-- --:--:-- 2131
OK
purnima@purnima:~$ sudo apt-get update && sudo apt-get install google-cloud-sdk
E: Malformed entry 1 in list file /etc/apt/sources.list.d/google-cloud-sdk.list (Component)
E: The list of sources could not be read.
I am getting the above error after adding google could keys.
It works, I was able to run the lesson 1 jupyter notebook.
However, when I want to perform the update (instructions from http://course-v3.fast.ai/update_gcp.html), the “sudo /opt/anaconda3/bin/conda update fastai” command asks for the sudo password I did not set previously … any idea what is the password or how could I set it?
That is usually because you was running the jupyter_notebook installed by default by the GCP image. When you start the server, make sure that it is starting the one from your fast.ai environment.
Is this a thread where I can post issues with respect to billing in GCP? Jeremy mentioned that there are representatives of AWS, Google who can help with setting up. I have already set up but have some issues with billing. If I can ask here, @sgugger please ‘like’ this reply so that i can go ahead and ask questions regarding the billing.