Skip to content
Snippets Groups Projects
Commit 8fa7c802 authored by Bengt Giger's avatar Bengt Giger
Browse files

Rearrange conda order

parent 384701da
No related branches found
No related tags found
No related merge requests found
Pipeline #302632 failed
......@@ -130,6 +130,14 @@ RUN conda config --set default_threads 4 && \
&& \
mamba clean --all
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
autogluon \
# pyvista \
# root \ # breaks sqlite3, hub fails to start
&& \
mamba clean --all
##################
# Python from pypi
##################
......@@ -188,12 +196,6 @@ RUN PIP_PROXY=http://proxy.ethz.ch:3128 pip3 install --proxy=http://proxy.ethz.c
xgboost \
yolov5
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
autogluon \
# pyvista \
# root \ # breaks sqlite3, hub fails to start
# =====================
# Packages requested after semester start, should go to the list 2 RUNs above if a major rebuild is planned.
......
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