Skip to content

Commit

Permalink
Update launch_container.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
linjieli222 authored Sep 16, 2021
1 parent b220d37 commit 32c1c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launch_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ else
fi

docker run --gpus '"'device=$CUDA_VISIBLE_DEVICES'"' --ipc=host --network=host --rm -it \
--device /dev/nvidia0 --device /dev/nvidia-uvm --device /dev/nvidia-uvm-tools --device /dev/nvidiactl \
--mount src=$(pwd),dst=/src,type=bind \
--mount src=$OUTPUT,dst=/storage,type=bind \
--mount src=$PRETRAIN_DIR,dst=/pretrain,type=bind,readonly \
Expand Down

0 comments on commit 32c1c52

Please # to comment.