"docs/vscode:/vscode.git/clone" did not exist on "9ab80a99a4f57b61dc1c4027d7e0fcb13a602aad"
interactive.sh 175 Bytes
Newer Older
huchen's avatar
huchen committed
1
2
3
4
5
#!/usr/bin/env bash

PORT=${PORT:-8888}

docker run --gpus=all -it --rm -e CUDA_VISIBLE_DEVICES --ipc=host -p $PORT:$PORT -v $PWD:/workspace/fastpitch/ fastpitch:latest bash