com3dian commited on
Commit
3c30a58
·
verified ·
1 Parent(s): 9d9201c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ ENV HOME=/app
24
  RUN mkdir -p /app/submissions
25
 
26
  # Entry point to run your gradio app script
27
- ENTRYPOINT ["python", "src/your_gradio_script.py"]
 
24
  RUN mkdir -p /app/submissions
25
 
26
  # Entry point to run your gradio app script
27
+ ENTRYPOINT ["python", "src/streamlit_app.py"]