[1180c1]: / scripts / chunyl / run_docker.sh

Download this file

9 lines (8 with data), 203 Bytes

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