Commit Graph

2 Commits

Author SHA1 Message Date
Alpamys 5d45b7d2ea fix(docker): correct image name and modernize compose file
- Fix image reference in README and docker-compose.yml
  (soupcli/soup -> ghcr.io/makazhanalpamys/soup) to match
  where the workflow actually publishes
- Remove deprecated 'version: 3.8' from docker-compose.yml
- Use 'docker compose' (v2) instead of legacy 'docker-compose'
- Document in Dockerfile that pip install pulls from PyPI,
  not local source
2026-04-10 23:06:04 +05:00
Salil M 0f5d42f706
Enhance #14 - Add official Docker support for easier onboarding (#20)
* feat: add Dockerfile with CUDA 12.1 and Python 3.11 for Soup

* feat: add docker-compose.yml with GPU passthrough and volume mounts

* chore: add .dockerignore to exclude caching and local data from image

* ci: add GitHub action to build and publish Docker image to GHCR

* docs: add Docker installation and usage instructions to README
2026-04-10 23:04:00 +05:00