enricorampazzo commited on
Commit
bd68cde
·
1 Parent(s): 2720b8d

See if this works

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,4 +8,5 @@ COPY . app
8
  WORKDIR app
9
  RUN rm deps/*.whl
10
  RUN pip install -r requirements-base.txt
 
11
  ENTRYPOINT streamlit run app.py
 
8
  WORKDIR app
9
  RUN rm deps/*.whl
10
  RUN pip install -r requirements-base.txt
11
+ EXPOSE 8501
12
  ENTRYPOINT streamlit run app.py