This repository builds daily docker images for https://github.com/r-xla/anvil for both CPU and CUDA. Only amd64 architecture is supported.
docker pull sebffischer/anvil-cpu:latest
# or
docker pull sebffischer/anvil-cuda:latestBuild the CPU Docker image:
make cpu
# or
make cuda