Skip to content

Commit b7d7434

Browse files
committed
Fix dcu docker compose
1 parent 4a9d971 commit b7d7434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/paddleocr_vl_docker/compose_dcu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
restart: unless-stopped
2323
environment:
2424
- VLM_BACKEND=${VLM_BACKEND:-vllm}
25-
command: /bin/bash -c "paddlex --serve --pipeline /home/paddleocr/pipeline_config_${VLM_BACKEND}.yaml --device dcu"
25+
command: /bin/bash -c "source ~/.bashrc && paddlex --serve --pipeline /home/paddleocr/pipeline_config_${VLM_BACKEND}.yaml --device dcu"
2626
healthcheck:
2727
test: ["CMD-SHELL", "curl -f http://localhost:8080/health || exit 1"]
2828
volumes:

0 commit comments

Comments
 (0)