Gregniuki commited on
Commit
31793a2
·
1 Parent(s): 1b3028b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -63,8 +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-get update && \
67
- RUN apt-get install -y python3-pip ffmpeg libcublas-dev
68
 
69
 
70
  # Use the official Python 3.9 image as the base image
 
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-get update && \
67
+ apt-get install -y python3-pip ffmpeg libcublas-dev
68
 
69
 
70
  # Use the official Python 3.9 image as the base image