Skip to content

Commit

Permalink
Temporarily unable to start multi-processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artrajz committed Oct 11, 2023
1 parent 332ce17 commit 7da7f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
environment:
LANG: 'C.UTF-8'
TZ: Asia/Shanghai #timezone
command: ['python', 'app.py'] # 目前用不了gunicorn多进程
volumes:
- ./Model:/app/Model # 挂载模型文件夹
- ./config.py:/app/config.py # 挂载配置文件
Expand Down

0 comments on commit 7da7f32

Please sign in to comment.