Skip to main content

A Step-by-Step Guide: Requesting custom images

If you have a request for creating custom images, then please follow these instructions.

1. Create an environment.yml file:

  • Open your terminal or command prompt. Make sure you have conda installed and activated in the environment that contains the packages you want to use for creating custom images. Learn more here.

  • Run the following command, replacing ENVNAME with the actual name of your environment.

conda env export -n ENVNAME > environment.yml

2. Open a GitHub Ticket

  • Open a ticket in the CIROH image repository.
  • Describe the custom image or software changes you need.
  • If relevant, attach or paste the environment.yml file you created in step 1.
Open a Custom Image Ticket

3. Follow up with the CIROH team if needed

  • If the team has questions about your request, they will follow up on the GitHub ticket.