Gregniuki commited on
Commit
fa34a7b
·
1 Parent(s): e19d1a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -63,10 +63,9 @@ 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 > 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
 
71
 
72
 
 
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
 
67
  RUN apt-get update && \
68
+ apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.8.0.121-1+cuda11.8
69
 
70
 
71