mirror of
https://github.com/superlinear-ai/python-gpu.git
synced 2025-03-26 03:37:17 +03:00
fix: missing &
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user