Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,8 @@ COPY . .
|
|
| 8 |
|
| 9 |
# install dependcies
|
| 10 |
# 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
|
|
|
|
| 8 |
|
| 9 |
# install dependcies
|
| 10 |
# FROM continuumio/miniconda3:4.10.3
|
| 11 |
+
# RUN conda install -y python=3.9 pandas numpy scikit-learn
|
| 12 |
+
RUN conda install -y python=3.9
|
| 13 |
# RUN conda install -y pandas numpy scikit-learn
|
| 14 |
|
| 15 |
# RUN pip install --upgrade setuptools
|