Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -63,7 +63,8 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machi
|
|
63 |
RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
64 |
|
65 |
# Install FFmpeg
|
66 |
-
RUN apt list -a libcudnn8-dev
|
|
|
67 |
RUN apt-get update && \
|
68 |
apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.7.0.84+cuda11.8
|
69 |
|
|
|
63 |
RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" > /etc/apt/sources.list.d/cuda.list
|
64 |
|
65 |
# Install FFmpeg
|
66 |
+
RUN apt list -a libcudnn8-dev > output.txt \ print(output.txt)
|
67 |
+
|
68 |
RUN apt-get update && \
|
69 |
apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.7.0.84+cuda11.8
|
70 |
|