anchit48 commited on
Commit
09d58c9
·
verified ·
1 Parent(s): 71e2292

commented out

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,10 +17,10 @@ RUN pip3 install --no-cache-dir -r requirements.txt
17
  COPY . .
18
 
19
  # 4. EXPOSE THE CORRECT HUGGING FACE PORT
20
- EXPOSE 7860
21
 
22
  # 5. HEALTHCHECK (Optional but good)
23
- HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
24
 
25
  # 6. RUN THE APP (Ensuring we point to app.py on port 7860)
26
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
17
  COPY . .
18
 
19
  # 4. EXPOSE THE CORRECT HUGGING FACE PORT
20
+ # EXPOSE 7860
21
 
22
  # 5. HEALTHCHECK (Optional but good)
23
+ # HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
24
 
25
  # 6. RUN THE APP (Ensuring we point to app.py on port 7860)
26
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]