Added entrypoint for task executor (#4551)

### What problem does this PR solve?

Added entrypoint for task executor

### Type of change

- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-01-20 22:49:46 +08:00
committed by GitHub
parent 99430a7db7
commit db80376427
4 changed files with 53 additions and 6 deletions

View File

@ -7,9 +7,6 @@ while IFS= read -r line || [[ -n "$line" ]]; do
eval "echo \"$line\"" >> /ragflow/conf/service_conf.yaml
done < /ragflow/conf/service_conf.yaml.template
# unset http proxy which maybe set by docker daemon
export http_proxy=""; export https_proxy=""; export no_proxy=""; export HTTP_PROXY=""; export HTTPS_PROXY=""; export NO_PROXY=""
/usr/sbin/nginx
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/