kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix CI by calling shell init
rodzic
5f82b2c8b0
commit
374efff3dc
|
@ -1,5 +1,5 @@
|
|||
# enable conda and activate the notebook environment
|
||||
export MAMBA_EXE="/tmp/bin/micromamba"
|
||||
/tmp/bin/micromamba shell init -s bash -p ${CONDA_DIR}
|
||||
export MAMBA_ROOT_PREFIX="/srv/conda"
|
||||
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/mamba.sh"
|
||||
test -f $CONDA_PROFILE && . $CONDA_PROFILE
|
||||
|
|
Ładowanie…
Reference in New Issue