We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d57d25 commit 2a0a3d2Copy full SHA for 2a0a3d2
Containerfile-gpu
@@ -6,7 +6,6 @@ RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs \
6
python3.12 python3.12-devel python3.12-pip libcudnn9 libnccl libcusparselt0 && \
7
dnf clean all
8
RUN ln -sf /usr/bin/python3.12 /usr/bin/python
9
-ENV LD_LIBRARY_PATH=/usr/local/cuda-12/compat:$LD_LIBRARY_PATH
10
11
# Install asciidoctor
12
RUN dnf install -y rubygems && \
0 commit comments