This repository builds daily docker images for https://github.com/r-xla/anvil. Only amd64/x86-64 architecture is supported.
These images are built daily and pushed to Docker Hub and GitHub Container Registry.
| Image | Description |
|---|---|
anvil-cpu |
Anvil with CPU support based on rocker/r-ver |
anvil-cuda-base |
Base image with CUDA 12.8.1 and all {anvil} system dependencies |
anvil-cuda |
anvil-cuda-base with {anvil} installed |
All images come with R installed.
Each image is available with two tags:
| Tag | Description |
|---|---|
:latest |
Built from the anvil main branch (rebuilt daily and on push) |
:release |
Built from the latest anvil release (rebuilt when a new release is published) |
# From Docker Hub
docker pull sebffischer/<image-name>:latest
docker pull sebffischer/<image-name>:release
# From GitHub Container Registry
docker pull ghcr.io/r-xla/<image-name>:latest
docker pull ghcr.io/r-xla/<image-name>:releaseThese Dockerfiles are available for local builds but are not automatically built in CI.
| Image | Description |
|---|---|
anvil-cpu-bench |
anvil-cpu + dependencies for benchmarking |
anvil-cuda-bench |
anvil-cuda + dependencies for benchmarking |
make <target>Available targets: cpu, cuda-base, cuda, cpu-bench, cuda-bench