Duplicated from NEXUSYYAN/PDFMathTranslate-Docker
506398c
1
2
3
4
5
6
7
8
9
10
11
12
13
# 根据环境变量初始化用户名以及密码 echo "${USERNAME},${PASSWORD}" > users.txt # 启动一个后台任务避免 Space 进入 Sleep 状态 python3 awake.py & # 初始化环境变量 python3 init_config.py # 启动 Server pdf2zh -i --config config.json --serverport 7860 -t 5 --authorized users.txt