- Login link: https://zoomcamp.internal.saturnenterprise.io/
- Image: saturn-python-tensorflow (2024.08.01)
cat ~/.ssh/id_rsa
-
Copy the key and paste it in the secret value field, name it
id_rsa
, add an empty line and a dot.
, make sure there are no empty characters in the line after-----END OPENSSH PRIVATE KEY-----
. ClickAdd
. -
Configure the server:
- give it a name (1.)
- Show advanced settings (2.)
- select 10Gi (3.)
- select GPU (4.)
- select TensorFlow environment (5.)
- select pip (6.) and add scipy
- add your github repo
git:....
(7.) (optional) - allow SSH (8.)
- create the server (9.)
- when you added a github repo, you need to set your SSH public key. See yellow warning in image below. Click on the link.
- In terminal run:
cat ~/.ssh/id_rsa.pub
and copy the key. Set name, paste key in the value field and click Add
.
You can manage your keys under User (1.), manage (2.), SSH keys (3.)
You will find the configured resource at the bottom of the resources page.
Caution
Your ssh keys could have different names, important is that the private key is named id_rsa
and the public key is named id_rsa.pub
. Depending on the crypto system you use, the key could be named id_rsa
or id_ed25519
or id_ecdsa
or id_dsa
. The public key will have the same name with .pub
at the end. Never share your private key with anyone.
Add notes from the video (PRs are welcome)
The notes are written by the community. If you see an error here, please create a PR with a fix. |