Spaces:
Running
on
L4
Running
on
L4
package changes
Browse files- 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 |
|