This repository contains the configuration for building the GDA Docker environment. The image is automatically built and published to GitHub Container Registry when changes are made to the environment configuration.
The Docker image is published to: ghcr.io/UW-GDA/uwgda-image-living
To pull this image:
docker pull ghcr.io/uw-gda/uwgda-image-living:latest
- Update
environment.yml
to add/remove conda packages - Update
apt.txt
to add/remove system packages - Commit and push changes to main branch
- GitHub Actions will automatically build and publish a new image