Skip to content

Commit

Permalink
[BUG] fix docker don't shutdown gracefully (#1648)
Browse files Browse the repository at this point in the history
## Description of changes
- Docker gracefully shutdown (#1646  )
  • Loading branch information
nicolasgere committed Jan 17, 2024
1 parent 78ad917 commit 8e52409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo "Rebuilding hnsw to ensure architecture compatibility"
pip install --force-reinstall --no-cache-dir chroma-hnswlib
export IS_PERSISTENT=1
export CHROMA_SERVER_NOFILE=65535
uvicorn chromadb.app:app --workers 1 --host 0.0.0.0 --port 8000 --proxy-headers --log-config chromadb/log_config.yml --timeout-keep-alive 30
exec uvicorn chromadb.app:app --workers 1 --host 0.0.0.0 --port 8000 --proxy-headers --log-config chromadb/log_config.yml --timeout-keep-alive 30

0 comments on commit 8e52409

Please sign in to comment.