https://github.com/aevenstad/containerize_conda_env

Instructions on how to containarize a conda environment using Singularity/Apptainer

https://github.com/aevenstad/containerize_conda_env

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Instructions on how to containarize a conda environment using Singularity/Apptainer

Basic Info
  • Host: GitHub
  • Owner: aevenstad
  • License: mit
  • Default Branch: main
  • Size: 4.88 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

Containerize a conda environment

Instructions on how to containarize a conda environment using Singularity/Apptainer

Define environment in yaml file

Use a .yml file to define your conda environment. This file needs to be in the same folder as miniconda.def during the build.

Build container image

With singularity/apptainer build the environment from the definition file: singularity build ${environment}.sif miniconda.def

List packages installed in the environment

singularity exec ${environment}.sif conda list

Owner

  • Name: Andreas Evenstad
  • Login: aevenstad
  • Kind: user
  • Location: Norway
  • Company: University of Tromsø

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2