...
Who can use the GPU nodes?
At this time the GPU nodes are restricted to students in ECEN 403/404 with projects that require GPU resources and approved graduate studentsavailable for faculty and students for approved instructional and research use. If you need GPU access please have your professor contact the Linux support team.
...
https://hub.docker.com/r/nvidia/cuda/tags?page=1 is a site for docker CUDA images.
Select a docker image that closely matches your requirements.
Change to your directory located on the
/mnt/shared-scratch
drive.
This is an example command to pull a docker image with CUDA 11.7.1 and cuDNN 8 running Ubuntu 20.04:
...