You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: