romybeaute commited on
Commit
45756cc
·
verified ·
1 Parent(s): d2492da

test with LLM version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ EXPOSE 7860
53
  HEALTHCHECK CMD curl --fail http://localhost:${PORT}/_stcore/health || exit 1
54
 
55
  # ---- Run Streamlit ----
56
- ENTRYPOINT ["bash", "-c", "streamlit run app.py \
57
  --server.port=${PORT} \
58
  --server.address=0.0.0.0 \
59
  --server.enableCORS=false \
 
53
  HEALTHCHECK CMD curl --fail http://localhost:${PORT}/_stcore/health || exit 1
54
 
55
  # ---- Run Streamlit ----
56
+ ENTRYPOINT ["bash", "-c", "streamlit run app_with_LLM.py \
57
  --server.port=${PORT} \
58
  --server.address=0.0.0.0 \
59
  --server.enableCORS=false \