We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298343c commit fbeda76Copy full SHA for fbeda76
.docker/Dockerfile
@@ -211,6 +211,6 @@ RUN sudo apt-get update \
211
&& sudo rm -rf /var/lib/apt/lists/*
212
213
# Env vars for the nvidia-container-runtime.
214
-ENV NVIDIA_VISIBLE_DEVICES all
215
-ENV NVIDIA_DRIVER_CAPABILITIES graphics,utility,compute
216
-ENV QT_X11_NO_MITSHM 1
+ENV NVIDIA_VISIBLE_DEVICES=all
+ENV NVIDIA_DRIVER_CAPABILITIES=graphics,utility,compute
+ENV QT_X11_NO_MITSHM=1
0 commit comments