ericjedha commited on
Commit
20140c5
·
verified ·
1 Parent(s): d454b2b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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