Fateme73 commited on
Commit
82d5847
·
verified ·
1 Parent(s): 109d73c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -77,11 +77,6 @@ RUN mkdir /data && chown user:user /data
77
  # End root user section
78
  #######################################
79
 
80
- USER user
81
-
82
- # Install TensorFlow 1.15 in Conda
83
- RUN conda install -y python=3.6 && \
84
- pip install --no-cache-dir tensorflow-gpu==1.15
85
 
86
  # Python packages
87
  RUN --mount=target=requirements.txt,source=requirements.txt \
 
77
  # End root user section
78
  #######################################
79
 
 
 
 
 
 
80
 
81
  # Python packages
82
  RUN --mount=target=requirements.txt,source=requirements.txt \