Skip to content

Commit

Permalink
Merge pull request #50 from mit-submit/main
Browse files Browse the repository at this point in the history
Fixed Chroma Command and Fixed Image
  • Loading branch information
mdr223 authored Sep 20, 2023
2 parents e82685c + b9e5177 commit e945e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/chroma/Dockerfile-chroma
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/chroma-core/chroma:latest
FROM ghcr.io/chroma-core/chroma:0.4.12
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 e945e58

Please sign in to comment.