Gregniuki commited on
Commit
dc35509
·
1 Parent(s): 9d68c70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,7 +64,7 @@ RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/
64
 
65
  # Install FFmpeg
66
  RUN apt-get update && \
67
- apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=*-1+cuda${11.8}
68
 
69
 
70
 
 
64
 
65
  # Install FFmpeg
66
  RUN apt-get update && \
67
+ apt-get install -y python3-pip ffmpeg libcublas-11-8 libcudnn8=8.7.0.84+cuda11.8
68
 
69
 
70