Translations:Apptainer/148/en

From Alliance Doc
Jump to navigation Jump to search

Second, we create an Apptainer image definition file. This file, here called image.def, describes what are the steps Apptainer should take to create our image. These steps are:

  1. Pull a Docker image from DockerHub that has the micromamba package manager pre-installed.
  2. Create a copy of the Conda environment definition file environment.yml isnide the container
  3. Call micromamba and have it configure the environment defined in environment.yml.