Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -65,7 +65,7 @@ RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/
|
|
65 |
# Install FFmpeg
|
66 |
|
67 |
RUN apt-get update && \
|
68 |
-
apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.
|
69 |
#libcudnn8=8.8.0.121-1+cuda11.8
|
70 |
|
71 |
|
|
|
65 |
# Install FFmpeg
|
66 |
|
67 |
RUN apt-get update && \
|
68 |
+
apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.6.0.163-1+cuda11.8
|
69 |
#libcudnn8=8.8.0.121-1+cuda11.8
|
70 |
|
71 |
|