Spaces:
Sleeping
Sleeping
vukadinovic936
commited on
Commit
•
ed04f51
1
Parent(s):
c37bb91
remove nviddia sources
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,8 +3,8 @@ FROM tensorflow/tensorflow:1.14.0-gpu-py3
|
|
3 |
# Copy requirements first for efficient caching
|
4 |
COPY requirements.txt ./
|
5 |
|
6 |
-
|
7 |
-
RUN
|
8 |
|
9 |
# Update and install system dependencies
|
10 |
RUN apt-get update -o Acquire::AllowInsecureRepositories=true \
|
|
|
3 |
# Copy requirements first for efficient caching
|
4 |
COPY requirements.txt ./
|
5 |
|
6 |
+
RUN rm /etc/apt/sources.list.d/cuda.list
|
7 |
+
RUN rm /etc/apt/sources.list.d/nvidia-ml.list
|
8 |
|
9 |
# Update and install system dependencies
|
10 |
RUN apt-get update -o Acquire::AllowInsecureRepositories=true \
|