Repo deprecated, all work transferred to upstream repo
Sophisticated docker builds for parent project Josh-XT/AGiXT.
Easy setup. Compatible. Tweakable. Scaleable.
Status what's been transferred already
- [ x ] poetry migration
- [ x ] Dockerfile and docker compose updates
- [ x ] Testing with jupyter
amd64
, arm64
Containers follow the version scheme of the parent project
main
(default), v1.1.57-beta
, etc.
See Releases
docker
anddocker compose
are available on your system
- get
docker-compose.yml
(clone repo, copy or else) - Run
docker compose
- open/refresh
http://localhost:8501
Environment variables to set for the specific service
Prepend, e.g. AGiXT_VERSION=1.1.57-beta
docker compose pull
docker compose rm
Use docker-compose.dev.yaml
as an additon to
- directly mount source code into the container (run your modifications)
- automatically restart the container on error
Run docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up
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.