Spaces:
Sleeping
Sleeping
package changes
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -7,7 +7,8 @@ COPY --link --chown=1000 ./ /usr/src/app
|
|
7 |
COPY . .
|
8 |
|
9 |
# install dependcies
|
10 |
-
RUN conda install -y python=3.9 pandas numpy scikit-learn
|
|
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
#if you need to download executable and run them switch to the default non-root user
|
|
|
7 |
COPY . .
|
8 |
|
9 |
# install dependcies
|
10 |
+
# RUN conda install -y python=3.9 pandas numpy scikit-learn
|
11 |
+
RUN conda install -y pandas numpy scikit-learn
|
12 |
RUN pip install --no-cache-dir -r requirements.txt
|
13 |
|
14 |
#if you need to download executable and run them switch to the default non-root user
|