Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.66 KB

Dockerfile_README.md

File metadata and controls

47 lines (29 loc) · 1.66 KB

conda-forge/@@IMAGENAME@@

CI

@@SHORTDESCRIPTION@@

Description

This image is used to power conda-forge's automated package build infrastructure. For more details, see the conda-forge documentation for our infrastructure.

License

This image is licensed under BSD-3 Clause.

Documentation & Contributing

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.

Important Image Tags

The tags on this image are either:

  • latest: used for non-CUDA aware images
  • @@DOCKERTAG@@: the CUDA version used in the image

Getting Started & Usage

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.