You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
144 B
Bash
4 lines
144 B
Bash
2 years ago
|
#!/bin/bash
|
||
2 years ago
|
CURDIRNAME=${PWD##*/}
|
||
2 years ago
|
|
||
2 years ago
|
docker run -d --gpus "device=0" -p 8888:8888 -v $(pwd):/wd --name ${USER}_${CURDIRNAME} ${USER}_${CURDIRNAME}
|