Skip to content

Commit

Permalink
updating chroma command for new image
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 20, 2023
1 parent 8d276a3 commit 169d4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/chroma/Dockerfile-chroma
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
FROM ghcr.io/chroma-core/chroma:latest
RUN apt-get update -y && apt-get install -o Acquire::ForceIPv4=true -y curl

CMD ["uvicorn", "chromadb.app:app", "--workers", "1", "--host", "0.0.0.0", "--port", "8000", "--log-config", "log_config.yml"]
CMD ["uvicorn", "chromadb.app:app", "--reload", "--workers", "1", "--host", "0.0.0.0", "--port", "8000", "--log-config", "chromadb/log_config.yml"]

0 comments on commit 169d4fb

Please sign in to comment.