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