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 63fcb48 commit 3eb4ce1Copy full SHA for 3eb4ce1
create_inst.sh
@@ -40,8 +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 "" > $PWD/_inst_dir/condarc_override
44
- SINGULARITY_BIND="$SINGULARITY_BIND,$PWD/_inst_dir/condarc_override:$(readlink -f $HOME/.condarc)"
+ export CONDA_PKGS_DIRS=$CW_INSTALLATION_PATH/miniforge/pkgs
45
fi
46
export SINGULARITY_BIND
47
echo "export install_root=$CW_INSTALLATION_PATH" >> _extra_envs.sh
0 commit comments