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 c4675d3 commit 368b25aCopy full SHA for 368b25a
.docker/Dockerfile
@@ -249,6 +249,6 @@ RUN sudo apt-get update \
249
&& sudo rm -rf /var/lib/apt/lists/*
250
251
# Env vars for the nvidia-container-runtime.
252
-ENV NVIDIA_VISIBLE_DEVICES all
253
-ENV NVIDIA_DRIVER_CAPABILITIES graphics,utility,compute
254
-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