flanker / chromadb-admin

Admin UI for Chroma embedding database built with Next.js
https://chromadb-admin.com/
MIT License
133 stars 26 forks source link

Push a stable docker image to DockerHub #5

Open david1542 opened 5 months ago

david1542 commented 5 months ago

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.

flanker commented 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

emehmet commented 5 months ago

Hi, I tried on linux but I got different arch error on linux ubuntu. I use amd64 processor

SebaJeku commented 1 month ago

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.