Spaces:
Runtime error
Runtime error
Commit ·
e40724a
1
Parent(s): 1b0ccfd
new push
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -31,12 +31,12 @@ COPY --chown=user requirements.txt .
|
|
| 31 |
SHELL ["/bin/bash", "--login", "-c"]
|
| 32 |
RUN conda activate vitizen && \
|
| 33 |
pip install --no-cache-dir -r requirements.txt && \
|
| 34 |
-
pip install --no-cache-dir \
|
|
|
|
| 35 |
boto3 \
|
| 36 |
pandas \
|
| 37 |
gunicorn \
|
| 38 |
streamlit \
|
| 39 |
-
streamlit-extras \
|
| 40 |
scikit-learn \
|
| 41 |
matplotlib \
|
| 42 |
seaborn \
|
|
|
|
| 31 |
SHELL ["/bin/bash", "--login", "-c"]
|
| 32 |
RUN conda activate vitizen && \
|
| 33 |
pip install --no-cache-dir -r requirements.txt && \
|
| 34 |
+
pip install --no-cache-dir --upgrade \
|
| 35 |
+
streamlit-extras==0.3.5 \
|
| 36 |
boto3 \
|
| 37 |
pandas \
|
| 38 |
gunicorn \
|
| 39 |
streamlit \
|
|
|
|
| 40 |
scikit-learn \
|
| 41 |
matplotlib \
|
| 42 |
seaborn \
|