Open david1542 opened 5 months ago
hey @david1542 thanks for your issue.
I just pushed a docker image and could you please have a try:
docker run -p 3000:3000 fengzhichao/chromadb-admin
and visit https://localhost:3000 in the browser.
NOTE: Use http://host.docker.internal:8000
for the connection string if you want to connect to a ChromaDB instance running locally.
Let me know if there is any issue
Hi, I tried on linux but I got different arch error on linux ubuntu. I use amd64 processor
The 'latest' docker image has specific OS/ARCH linux/arm64/v8 where more general linux/arm64 would be generally useful. If feasible, please use the --platform option.
But finally I get a
exec /usr/local/bin/docker-entrypoint.sh: exec format error
for some unknown reason.
Hi there :) Great project!
It'd be super cool if there'd be a stable, public image that I can use in my setup. I'm currently running ChromaDB in a docker-compose setup, and i want to add the admin UI as a separate container.
Right now I have to clone the repo and build the image myself.