Deallocate the GPU using:
- SSH into DSMLP using terminal and type the command
kubectl get pods
- Delete the pod using:
kubectl delete pod <pod_name>
Replace launch-cse160-ssh.sh using with /opt/dsmlp-course-launch-scripts/bin/launch-cse160-ssh.sh
or
If you run "which launch-cse160-ssh.sh", you'll (hopefully) see /opt/dsmlp-course-launch-scripts/bin/launch-cse160-ssh.sh
in the command line. If not, you'll need to add /opt/dsmlp-course-launch-scripts/bin
to your path variable.
Try removing dsmlp-login
and vscode-dsmlp
from /Users/rithvik/.ssh/known_hosts
Try running export PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:$PATH