Update 'start_interactively.sh'

master
Vladimir Protsenko 2 years ago
parent f78538c982
commit 7363acbe1f

@ -1,4 +1,4 @@
#!/bin/bash
CURDIRNAME=${PWD##*/}
docker run -it --rm --gpus "device=0" -p 8888:8888 -v $(pwd):/wd ${USER}_${CURDIRNAME}
docker run -it --rm --gpus "device=0" -p 8888:8888 -v $(pwd):/wd --name ${USER}_${CURDIRNAME} ${USER}_${CURDIRNAME}
Loading…
Cancel
Save