Skip to content

Commit

Permalink
Merge pull request #1161 from exadel-inc/EFRS-1467_fix_for_master
Browse files Browse the repository at this point in the history
Efrs 1467 fix for master
  • Loading branch information
Anatolii-R authored Aug 14, 2023
2 parents b4fcb5f + c4b806d commit 01b6eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ services:
- GPU_IDX=0
environment:
- ML_PORT=3000
- IMG_LENGTH_LIMIT=${max_detect_size}
- UWSGI_PROCESSES=${uwsgi_processes:-1}
- UWSGI_THREADS=${uwsgi_threads:-1}
healthcheck:
Expand Down
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ services:
context: ../embedding-calculator
environment:
- ML_PORT=3000
- IMG_LENGTH_LIMIT=${max_detect_size}
- UWSGI_PROCESSES=${uwsgi_processes:-2}
- UWSGI_THREADS=${uwsgi_threads:-1}
healthcheck:
Expand Down

0 comments on commit 01b6eaa

Please sign in to comment.