Skip to content

Commit 863e411

Browse files
authored
fix: missing &
1 parent b6aff41 commit 863e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ RUN wget --quiet https://developer.download.nvidia.com/compute/cuda/repos/debian
2727
rm cuda-keyring_1.1-1_all.deb && \
2828
apt-get update && \
2929
apt-get install --yes \
30-
libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION \
30+
libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION && \
3131
apt-get clean && \
3232
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)