Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ ENV HOME=/home/user \
|
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
|
| 24 |
# Install basic dependencies
|
| 25 |
-
RUN pip install boto3 pandas gunicorn streamlit scikit-learn matplotlib seaborn plotly
|
| 26 |
|
| 27 |
# Copy all local files to /home/user/app with "user" as owner of these files
|
| 28 |
# Always use --chown=user when using HUGGINGFACE to avoid permission errors
|
|
|
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
|
| 24 |
# Install basic dependencies
|
| 25 |
+
RUN pip install boto3 pandas gunicorn streamlit scikit-learn matplotlib seaborn plotly openpyxl
|
| 26 |
|
| 27 |
# Copy all local files to /home/user/app with "user" as owner of these files
|
| 28 |
# Always use --chown=user when using HUGGINGFACE to avoid permission errors
|