We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e450ea0 commit 0233a23Copy full SHA for 0233a23
1 file changed
README.md
@@ -196,7 +196,12 @@ https://stackoverflow.com/questions/58424974/anaconda-importerror-usr-lib64-libs
196
197
https://stackoverflow.com/questions/70340812/how-to-install-pytorch-with-cuda-support-with-pip-in-visual-studio
198
199
+79. Running docker containers on NVIDIA DGX A100
200
201
+$ docker pull nvcr.io/nvidia/tensorflow:20.10-tf2-py3
202
+
203
+$ docker run --gpus all -it -v /home/cccr_rnd:/apollo nvcr.io/nvidia/tensorflow:20.10-tf2-py3
204
205
206
Troubleshooting
207
0 commit comments