KoalaFlow commited on
Commit
639f7d0
·
verified ·
1 Parent(s): 6f5472d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -46,7 +46,6 @@ CMD sh -c 'set -x; chroma run \
46
  --path /data/chroma \
47
  --host 0.0.0.0 \
48
  --port 8000 \
49
- --cors-allow-origins "[\"*\"]" \
50
  & \
51
  while ! curl -s http://localhost:8000/api/v1/heartbeat >/dev/null; do \
52
  echo "Waiting for Chroma API..."; sleep 1; done; \
 
46
  --path /data/chroma \
47
  --host 0.0.0.0 \
48
  --port 8000 \
 
49
  & \
50
  while ! curl -s http://localhost:8000/api/v1/heartbeat >/dev/null; do \
51
  echo "Waiting for Chroma API..."; sleep 1; done; \