vukadinovic936 commited on
Commit
ed04f51
1 Parent(s): c37bb91

remove nviddia sources

Browse files
Files changed (1) hide show
  1. 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
- # dont update nvidia
7
- RUN sed -i '/nvidia/d' /etc/apt/sources.list
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 \