fix: update port in dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user