Mise à jour de 'src/Dockerfile'
continuous-integration/drone/push Build is passing Details

pull/23/head
Dorian HODIN 10 months ago
parent 92e1fd0704
commit 6acb8c7a7e

@ -6,6 +6,6 @@ COPY . .
RUN pip install --upgrade pip
RUN pip install streamlit matplotlib pandas scikit-learn
EXPOSE 8501
EXPOSE 4200
ENTRYPOINT ["streamlit", "run", "home.py", "--server.port=8501", "--server.address=0.0.0.0"]
ENTRYPOINT ["streamlit", "run", "home.py"]

Loading…
Cancel
Save