We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36f5ea commit a6669d6Copy full SHA for a6669d6
run_image.sh
@@ -1,2 +1,2 @@
1
source IMAGE_NAME
2
-docker run -it --rm -v /home/alex/python:/mnt/python -v /tmp:/mnt/tmp -p 8888:8888 --gpus all $IMAGE
+docker run -it --rm -v /home/$USER/python:/mnt/python -v /tmp:/mnt/tmp -p 8888:8888 --gpus all $IMAGE
0 commit comments