Breaking Changes
- Breaking: /data volume usage - Changed volume mount to
/data
CACHE_PATH
variable removedGRADIO_PORT
variable renamed toGRADIO_SERVER_PORT
- Docker image tagging scheme remade:
tl;dr uselatest
tag.branch_name
for untagged commits1.0.0
version tag for tagged commits1.0
major.minor version tag for tagged commits1
major version tag for tagged commitslatest
for any tagged commits
Changes
docker-compose.yml
environment variables moved to.env
, which you make from.env.example
- In
docker-compose.yml
, the API service now depends on the healthcheck for the Gradio application. - The first compose startup now installs prerequisites and downloads everything it needs in the mounted volume.
Notice sizes inREADME.md