jpkarthikeyan commited on
Commit
091639b
·
verified ·
1 Parent(s): 31ecaee

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -15,8 +15,7 @@ RUN chown -R appuser:appuser /app
15
  # Switch to the non-root user
16
  USER appuser
17
 
18
- CMD ["streamlit", "run", "app.py"]
19
 
20
- #EXPOSE 7860
21
-
22
- #CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
 
15
  # Switch to the non-root user
16
  USER appuser
17
 
18
+ #CMD ["streamlit", "run", "app.py"]
19
 
20
+ EXPOSE 7860
21
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]