File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
features/src/workbench-tools Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6464 - ' src/nemo_jupyter/**'
6565 workbench-jupyter-parabricks :
6666 user : jupyter
67+ maximize_build_space : true
6768 workbench_tools : true
6869 workbench-jupyter-parabricks-aou :
6970 user : jupyter
71+ maximize_build_space : true
7072 workbench_tools : true
7173 filters :
7274 - ' src/aou-common/**'
Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ CONDA_SCRIPT="${CONDA_DIR}/etc/profile.d/conda.sh"
4646# shellcheck source=/dev/null
4747source " ${CONDA_SCRIPT} "
4848conda config --set env_prompt ' ({name})'
49+ chown -R " ${USERNAME} :" " ${USER_HOME_DIR} /.conda" || true
50+ chown " ${USERNAME} :" " ${USER_HOME_DIR} /.condarc" || true
4951
5052echo " source ${CONDA_SCRIPT} " >> " ${USER_HOME_DIR} /.bashrc"
5153chown -R " ${USERNAME} :" " ${USER_HOME_DIR} /.bashrc"
You can’t perform that action at this time.
0 commit comments