Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push a stable docker image to DockerHub #5

Open
david1542 opened this issue Jun 6, 2024 · 3 comments
Open

Push a stable docker image to DockerHub #5

david1542 opened this issue Jun 6, 2024 · 3 comments

Comments

@david1542
Copy link

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
Copy link
Owner

flanker commented Jun 6, 2024

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
Copy link

emehmet commented Jul 1, 2024

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

@SebaJeku
Copy link

SebaJeku commented Oct 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants