diff --git a/Dockerfile b/Dockerfile
index b680b17dac943bf877b2cd907ccbbf7971d561cf..eb66a4bbafd441dd427ca696505522c7fb4767f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -101,7 +101,6 @@ RUN conda config --set default_threads 4 && \
   pyteomics \
   pytesseract \
   pyspellchecker \
-  pyvista \
   rdkit \
   sinfo \
   scanpy \
@@ -127,12 +126,14 @@ RUN conda config --set default_threads 4 && \
   r-lpsolve \
   r-lhs \
   r-rsolnp \
+  root \
   && \
   mamba install -c python-control control \
   && \
   mamba clean --all
   
   # root \  # breaks sqlite3, hub fails to start
+  # pyvista \
 
 ##################
 # Python from pypi