Skip to content

Commit

Permalink
Try to install into micromamba base env
Browse files Browse the repository at this point in the history
  • Loading branch information
boulund committed Nov 15, 2021
1 parent bd8e318 commit 831f976
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions envs/Singularity.stag-mwc
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ From: mambaorg/micromamba:0.17.0
%labels
AUTHOR boulund
VERSION 2.0
CONDA_ENV /opt/conda/envs/stag-mwc-main
ENV_NAME stag-mwc-main

%environment
PATH=/opt/conda/envs/stag-mwc-main/bin:/opt/conda/bin:$PATH
export PATH

%post
# Install stag-mwc-main conda environment
micromamba install -y -f stag-mwc.yaml
micromamba install -y -n base -f stag-mwc.yaml
micromamba clean --yes --all

%runscript
Expand Down

0 comments on commit 831f976

Please sign in to comment.