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 4ef9a20 commit fa906f5Copy full SHA for fa906f5
.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