From 2b017276c8c202227a45795ad9f8c3a8712254b3 Mon Sep 17 00:00:00 2001 From: Bengt Giger <bgiger@ethz.ch> Date: Mon, 13 Jan 2025 11:02:05 +0100 Subject: [PATCH] Readd pyvista for verification --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44fbdac..b680b17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,6 +71,7 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \ RUN conda config --set default_threads 4 && \ mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \ arviz \ + autogluon \ biopython \ bokeh \ boost-histogram \ @@ -100,6 +101,7 @@ RUN conda config --set default_threads 4 && \ pyteomics \ pytesseract \ pyspellchecker \ + pyvista \ rdkit \ sinfo \ scanpy \ @@ -125,13 +127,11 @@ RUN conda config --set default_threads 4 && \ r-lpsolve \ r-lhs \ r-rsolnp \ - autogluon \ && \ mamba install -c python-control control \ && \ mamba clean --all - # pyvista \ # root \ # breaks sqlite3, hub fails to start ################## -- GitLab