Download this file
1 2 3 4 5 6 7 8 9
SCRIPTPATH="/data/chunyl" IMAGE=pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel docker run \ --runtime=nvidia \ -it --rm \ --net host \ --volume $SCRIPTPATH:/workspace \ --interactive --tty $IMAGE /bin/bash