Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -65,7 +65,8 @@ 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 |
|
70 |
|
71 |
|
|
|
65 |
# Install FFmpeg
|
66 |
|
67 |
RUN apt-get update && \
|
68 |
+
apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.2.4.0-1+cuda11.8
|
69 |
+
#libcudnn8=8.8.0.121-1+cuda11.8
|
70 |
|
71 |
|
72 |
|