Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
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 && \
|