Skip to content

Commit

Permalink
Merge pull request #14 from IndustryEssentials/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yance-dev authored Mar 20, 2023
2 parents 4510902 + 17ff11c commit af16e25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ services:
label_seg:
image: labelfree/open_seg:latest
command: gunicorn --conf /code/config/gunicorn.py --log-config /code/config/logging.conf --chdir /code/segmentation app:app
runtime: ${SERVER_RUNTIME}
volumes:
- ./seg_log:/var/log/gunicorn
environment:
FLASK_APP: labelfree.app
SEG_DEBUG: "false"
NVIDIA_VISIBLE_DEVICES: all
FLAGS_fast_eager_deletion_mode: "true"
FLAGS_eager_delete_tensor_gb: 0.0
FLAGS_memory_fraction_of_eager_deletion: 1
G_MAX_REQUESTS: 100
G_MAX_REQUESTS_JITTER: 10
SERVER_RUNTIME: "runc"
restart: always

label_mysql:
Expand Down

0 comments on commit af16e25

Please sign in to comment.