Update 'start_daemon.sh'

master
Vladimir Protsenko 2 years ago
parent 7363acbe1f
commit 7d9cbde151

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