fix: update port in dockerfile

This commit is contained in:
liuyuanchuang
2026-02-05 22:20:01 +08:00
parent 36172ba4ff
commit c372a4afbe
3 changed files with 150 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ ENV PYTHONUNBUFFERED=1 \
# Application config (override defaults for container)
# Use 127.0.0.1 for --network host mode, or override with -e for bridge mode
PP_DOCLAYOUT_MODEL_DIR=/root/.cache/modelscope/hub/models/PaddlePaddle/PP-DocLayoutV2 \
PADDLEOCR_VL_URL=http://127.0.0.1:8000/v1
PADDLEOCR_VL_URL=http://127.0.0.1:8001/v1
# Set working directory
WORKDIR /app