@@SHORTDESCRIPTION@@
This image is used to power conda-forge's automated package build infrastructure. For more details, see the conda-forge documentation for our infrastructure.
This image is licensed under BSD-3 Clause.
You can find documentation for how to use the image on the upstream repo.
To get in touch with the maintainers of this image, please make an issue
and bump the @conda-forge/core
team.
Contributions are welcome in accordance with conda-forge's code of conduct. We accept them through pull requests on the upstream repo.
The tags on this image are either:
- latest: used for non-CUDA aware images
- @@DOCKERTAG@@: the CUDA version used in the image
To get started with this image, you can simply run it at the command line with some command:
docker run --rm -t condaforge/@@IMAGENAME@@:@@DOCKERTAG@@ echo "hi"
or use it in your Dockerfile:
FROM condaforge/@@IMAGENAME@@:@@DOCKERTAG@@
The image is meant for use in our CI system, but can be used as a base image for other purposes.