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 919d0b5 commit 63fcb48Copy full SHA for 63fcb48
create_inst.sh
@@ -40,9 +40,7 @@ SINGULARITY_BIND="$SINGULARITY_BIND,/tmp"
40
# By default we want to disable the user condarc as that
41
# might interfere with the installation
42
if [[ ! ${CW_ENABLE_CONDARC+defined} ]]; then
43
- echo "pkgs_dirs:
44
- - $CW_INSTALLATION_PATH/miniforge/pkgs
45
- " > $PWD/_inst_dir/condarc_override
+ echo "" > $PWD/_inst_dir/condarc_override
46
SINGULARITY_BIND="$SINGULARITY_BIND,$PWD/_inst_dir/condarc_override:$(readlink -f $HOME/.condarc)"
47
fi
48
export SINGULARITY_BIND
0 commit comments