Skip to content

localagi/gpt4all-ui-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt4all-ui-docker

Sophisticated docker builds for parent project nomic-ai/gpt4all-ui.

example workflow

Easy setup. Compatible. Tweakable. Scaleable.

Supported platforms

amd64, arm64

Supported versions

Containers follow the version scheme of the parent project

main (default), v0.0.9, etc.

See Releases

Prerequisites

  • docker and docker compose are available on your system

Run

make sure you have a config

  • wget -P configs/ https://github.com/raw/nomic-ai/gpt4all-ui/main/configs/default.yaml

via compose (recommended)

  • get docker-compose.yml (clone repo, copy or else)
  • Run docker compose up
  • wait for everything to finish
  • open/refresh http://localhost:9600

via cli

  • docker run -p 9600:9600 -v ./configs:/srv/configs localagi/gpt4all-ui:main

Runtime options

Environment variables to set for the specific service

version selection GPT4ALL_UI_VERSION

Prepend, e.g. GPT4ALL_UI_VERSION=v0.0.9

Get the latest builds / update

docker compose pull

Cleanup

docker compose rm

Contributing

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

Problems?

Open an issue on the Issue Tracker

Limitations

We cannot support issues regarding the base software. Please refer to the main project page mentioned in the second line of this card.