Translations:Apptainer/148/en
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:
- Pull a Docker image from DockerHub that has the micromamba package manager pre-installed.
- Create a copy of the Conda environment definition file environment.yml isnide the container
- Call micromamba and have it configure the environment defined in environment.yml.