Atticux commited on
Commit
5d3634d
·
verified ·
1 Parent(s): 6768caf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -45,6 +45,7 @@ COPY . .
45
  RUN --mount=type=cache,target=/root/.cache/uv \
46
  uv sync --all-extras
47
 
48
- EXPOSE 8501
 
49
  # Set the default command
50
- CMD ["streamlit", "run", "src/pdf2u/gui.py"]
 
45
  RUN --mount=type=cache,target=/root/.cache/uv \
46
  uv sync --all-extras
47
 
48
+ # huggingface
49
+ EXPOSE 7860
50
  # Set the default command
51
+ CMD ["streamlit", "run", "src/pdf2u/gui.py", "--server.port", "7860", "--server.address", "0.0.0.0" ]