encoding_modif
Browse files- 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 |
|