Skip to content
Snippets Groups Projects
Commit 27185290 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Clean lock before and after conda create

parent 9457bd1a
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ if [ ! -d ${PREFIX} ]; then
pyver=$(echo ${PYTHON_VERSION} | tr -d '.')
curl --silent https://gitlab.idiap.ch/bob/bob.admin/raw/master/install/${ARCH}/devel-py${pyver}.txt > env.txt
yellow_echo "[++] Bootstrapping conda installation at ${PREFIX}..."
run_cmd ${CONDA_FOLDER}/bin/conda clean --lock
run_cmd ${CONDA_FOLDER}/bin/conda create --prefix ${PREFIX} --file env.txt --yes
# Dirty fix to libjpeg.8 compilation issues:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment