Skip to content

Commit f2d5712

Browse files
authored
Fix #199 (#201)
1 parent c8a31e4 commit f2d5712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ EOF
111111
echo "## Activate nectarchain environment" >> /.singularity_bash
112112
echo "source /opt/conda/etc/profile.d/conda.sh" >> /.singularity_bash
113113
echo "source /opt/conda/etc/profile.d/mamba.sh" >> /.singularity_bash
114-
echo "mamba activate nectarchain" >> /.singularity_bash
114+
echo "conda activate nectarchain" >> /.singularity_bash
115115

116116
%runscript
117117
echo "This is a mambaforge container with a nectarchain environment"

0 commit comments

Comments
 (0)