We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9d971 commit b7d7434Copy full SHA for b7d7434
deploy/paddleocr_vl_docker/compose_dcu.yaml
@@ -22,7 +22,7 @@ services:
22
restart: unless-stopped
23
environment:
24
- VLM_BACKEND=${VLM_BACKEND:-vllm}
25
- command: /bin/bash -c "paddlex --serve --pipeline /home/paddleocr/pipeline_config_${VLM_BACKEND}.yaml --device dcu"
+ command: /bin/bash -c "source ~/.bashrc && paddlex --serve --pipeline /home/paddleocr/pipeline_config_${VLM_BACKEND}.yaml --device dcu"
26
healthcheck:
27
test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"]
28
volumes:
0 commit comments