bshor commited on
Commit
66e270c
·
1 Parent(s): 80e9072

package changes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ FROM continuumio/miniconda3:4.10.3
11
  RUN conda install -y python=3.9 pandas numpy scikit-learn
12
  # RUN conda install -y pandas numpy scikit-learn
13
 
14
- RUN pip install --upgrade setuptools
15
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
 
11
  RUN conda install -y python=3.9 pandas numpy scikit-learn
12
  # RUN conda install -y pandas numpy scikit-learn
13
 
14
+ # RUN pip install --upgrade setuptools
15
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17