Sophisticated docker builds for parent project nomic-ai/gpt4all-ui.
Easy setup. Compatible. Tweakable. Scaleable.
amd64
, arm64
Containers follow the version scheme of the parent project
main
(default), v0.0.9
, etc.
See Releases
docker
anddocker compose
are available on your system
make sure you have a config
wget -P configs/ https://raw.githubusercontent.com/nomic-ai/gpt4all-ui/main/configs/default.yaml
- get
docker-compose.yml
(clone repo, copy or else) - Run
docker compose up
- wait for everything to finish
- open/refresh
http://localhost:9600
docker run -p 9600:9600 -v ./configs:/srv/configs localagi/gpt4all-ui:main
Environment variables to set for the specific service
Prepend, e.g. GPT4ALL_UI_VERSION=v0.0.9
docker compose pull
docker compose rm
When there is a new version and there is need of builds or you require the latest main build, feel free to open an issue
Open an issue on the Issue Tracker
We cannot support issues regarding the base software. Please refer to the main project page mentioned in the second line of this card.