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

Retest autogluon

parent 4fdd717c
No related branches found
No related tags found
No related merge requests found
Pipeline #302628 failed
......@@ -68,11 +68,6 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
# Python and R from Condaforge
##############################
# Packages breaking Jupyter or other packages
# autogluon \
# pyvista \
# root \ # breaks sqlite3, hub fails to start
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
arviz \
......@@ -193,6 +188,13 @@ 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.
# Placing it here keeps the image cache disk space low, because it adds only a thin extra layer
......
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