Gregniuki commited on
Commit
996461d
1 Parent(s): 31793a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machi
60
 
61
  #RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
62
  #USER root
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 && \
 
60
 
61
  #RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
62
  #USER root
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 && \