VLM-AutoYOLO v1.5.8
What's Changed
- feat: show class names on hover for num_classes in training job list (244aa54)
- fix: add disk cleanup step before Docker build in CI (630bb10)
- feat: add .dockerignore to exclude venv/node_modules from build context (c83f252)
Installation
Docker (Recommended)
curl -O https://raw.githubusercontent.com/Somnusochi/VLM-AutoYOLO/master/docker-compose.yml
docker compose up -dAccess:
- Frontend: http://localhost
- API Docs: http://localhost:8000/docs
Docker Images
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.8
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.8Manual Setup
See README for detailed instructions.
Full Changelog: v1.5.7...v1.5.8