flanker / chromadb-admin

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

Push a stable docker image to DockerHub #5

Open david1542 opened 3 months ago

david1542 commented 3 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 3 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 3 months ago

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