Gregniuki commited on
Commit
21995d9
·
1 Parent(s): 3801062

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.5.0.96-1+cuda11.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