π Resources
Table of contents
Computing Resources
- Command-line cheat sheet
- Bash cheat sheets: educative.io, devhints.io.
- DSMLP documentation
- Accessing section-specific data
- Launching containers
- To view the amount of disk space you have left, navigate here. At the
/hub/spawn
page, select the Services Tab > βdisk-quota-serviceβ. - Use
launch-scipy-ml.sh -h
to see all launch options. - By default, you can only request 1 GPU (with
-g 1
). To request more, in addition to using-g n
(wheren
is some integer between2
and8
), use-p low
to specify that your request is low priority. For instance,launch-scipy-ml.sh -g 4 -p low
. - Visit here to see which pods and GPUs are currently free.
- Setting up SSH keys
- Git on the command line
- Personal access tokens
- You may also want to read this guide written by current student and DSC 30 tutor Scott Yang
- SSH Keys for GitHub
- Personal access tokens
- UCSD VPN
Have a resource that we should add to this page? Let us know!