Phani-ISB commited on
Commit
dc9d397
·
1 Parent(s): 6281444

Final Dockerfile for HF Spaces

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN pip install --no-cache-dir -r requirements.txt
26
  EXPOSE 8501
27
 
28
  # 8. Set the default command to run your Streamlit app when the container starts
29
- CMD ["streamlit", "run", "Streamlit_Bank_Deployment.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
26
  EXPOSE 8501
27
 
28
  # 8. Set the default command to run your Streamlit app when the container starts
29
+ CMD ["streamlit", "run", "Graphs.py", "--server.port=8501", "--server.address=0.0.0.0"]