Gregniuki commited on
Commit
399c483
·
1 Parent(s): 09c074f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN dpkg --add-architecture amd64
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends gnupg2 curl ca-certificates
8
  RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
9
- RUN "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
10
 
11
  # Install FFmpeg
12
  RUN apt-get update && \
 
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends gnupg2 curl ca-certificates
8
  RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64/7fa2af80.pub
9
+ RUN echo "deb https://developer.download.nvidia.com/compute/cuda/repos/debian11/x86_64 /" | sudo tee /etc/apt/sources.list.d/cuda.list
10
 
11
  # Install FFmpeg
12
  RUN apt-get update && \