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 4fdf8a8 commit 25e1859Copy full SHA for 25e1859
tools/imagesets/oracle8conda/runtime/Dockerfile
@@ -38,3 +38,7 @@ RUN yum install -y \
38
libcufft-$CUDA_PKG_VERSION \
39
&& yum clean all \
40
&& rm -rf /var/cache/yum
41
+
42
+# nvidia-container-runtime
43
+ENV NVIDIA_VISIBLE_DEVICES all
44
+ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
0 commit comments