We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a31e4 commit f2d5712Copy full SHA for f2d5712
Singularity
@@ -111,7 +111,7 @@ EOF
111
echo "## Activate nectarchain environment" >> /.singularity_bash
112
echo "source /opt/conda/etc/profile.d/conda.sh" >> /.singularity_bash
113
echo "source /opt/conda/etc/profile.d/mamba.sh" >> /.singularity_bash
114
- echo "mamba activate nectarchain" >> /.singularity_bash
+ echo "conda activate nectarchain" >> /.singularity_bash
115
116
%runscript
117
echo "This is a mambaforge container with a nectarchain environment"
0 commit comments