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 b6aff41 commit 863e411Copy full SHA for 863e411
Dockerfile
@@ -27,6 +27,6 @@ RUN wget --quiet https://developer.download.nvidia.com/compute/cuda/repos/debian
27
rm cuda-keyring_1.1-1_all.deb && \
28
apt-get update && \
29
apt-get install --yes \
30
- libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION \
+ libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION && \
31
apt-get clean && \
32
rm -rf /var/lib/apt/lists/*
0 commit comments