From f58610a9bac4656caecc1a90c0aa5c363e3c329b Mon Sep 17 00:00:00 2001
From: Christian Winter <c.winter@kit.edu>
Date: Mon, 30 Oct 2023 11:36:45 +0000
Subject: [PATCH] test pipeline

---
 basis/Dockerfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/basis/Dockerfile b/basis/Dockerfile
index aec5b00..93e7ae1 100755
--- a/basis/Dockerfile
+++ b/basis/Dockerfile
@@ -25,9 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
 
 ### installing pip packages
 RUN pip install numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas\
-    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server bash_kernel --upgrade --no-cache-dir
-
-RUN pip install iminuit --no-cache
+    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server bash_kernel iminuit --upgrade --no-cache-dir
 
 RUN export NBGITPULLER_PARENTPATH=/home/$NB_USER
 
-- 
GitLab