05360171创建于 2022年3月18日历史提交
#!/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