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 6f082f6 commit c87c73fCopy full SHA for c87c73f
commons/Dockerfile.base.py38-cuda11.4
@@ -184,8 +184,7 @@ RUN ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/lib
184
ldconfig
185
186
# Install CUDA-11.4 + cuDNN 8.2.4.15-1
187
-RUN ln -s /usr/local/cuda-11.4 /usr/local/cuda && \
188
- ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.8.2.4 /usr/local/cuda/lib64/libcudnn.so && \
+RUN ln -s /usr/lib/x86_64-linux-gnu/libcudnn.so.8.2.4 /usr/local/cuda/lib64/libcudnn.so && \
189
190
191
RUN apt-get update && \
0 commit comments