gdleds commited on
Commit
9b23c0b
·
1 Parent(s): bd51c4c

encoding_modif

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM continuumio/miniconda3
2
 
3
  WORKDIR /home/app
4
- RUN pip install pandas numpy streamlit plotly
5
  COPY . /home/app
6
  CMD streamlit run GTA_streamlit.py --server.port $PORT
7
 
 
1
  FROM continuumio/miniconda3
2
 
3
  WORKDIR /home/app
4
+ RUN pip install pandas numpy streamlit plotly openpyxl
5
  COPY . /home/app
6
  CMD streamlit run GTA_streamlit.py --server.port $PORT
7