Skip to content
Snippets Groups Projects
Commit 4145132d authored by Xuan Gu's avatar Xuan Gu
Browse files

Update file U-Net3D.def

parent a0f29257
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,10 @@ export PYTHONNOUSERSITE=True
mkdir -p /workspace/unet3d
cd /workspace/unet3d
apt-key del 7fa2af80
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64/7fa2af80.pub
apt-get update && \
apt-get upgrade -y && \
apt-get install -y git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment