ZeeAI1 commited on
Commit
43c3389
·
verified ·
1 Parent(s): 77bebc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN pip install numpy==1.24.3
25
  RUN pip install -r requirements.txt
26
 
27
  # Run the Streamlit app
28
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
25
  RUN pip install -r requirements.txt
26
 
27
  # Run the Streamlit app
28
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]