Skip to content

Commit

Permalink
fix: missing &
Browse files Browse the repository at this point in the history
  • Loading branch information
PGerardi authored Sep 8, 2023
1 parent b6aff41 commit 863e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RUN wget --quiet https://developer.download.nvidia.com/compute/cuda/repos/debian
rm cuda-keyring_1.1-1_all.deb && \
apt-get update && \
apt-get install --yes \
libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION \
libcudnn8=$CUDNN_VERSION-1+cuda$CUDA_VERSION && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 863e411

Please sign in to comment.