This repo contains Docker images to be used for the Julia package Breeze.jl.
The Dockerfile precompiles environments of Breeze.jl (docs and test), used to speed up continuous integration (CI) jobs, with CUDA.jl configured to target GPUs.
A GitHub Actions workflow builds two images on regular (non-GPU) GitHub-hosted runners:
ghcr.io/numericalearth/breeze-docker-images:docsto precompile thedocsenvironment with the Julia flag--check-bounds=autoghcr.io/numericalearth/breeze-docker-images:testto precompile thetestenvironment with the Julia flag--check-bounds=yes
A new deployment is done automatically on schedule every week, to keep the images up-to-date. If for some reason you want to force a new deployment (e.g. to get updated packages in the image), go to the workflow page, and click on the "Run workflow" button.