From 14e5fef17905868ed262e014de15f29cfeaf7d11 Mon Sep 17 00:00:00 2001
From: Jonas Eppelt <jonas.eppelt@kit.edu>
Date: Mon, 9 Oct 2023 18:10:34 +0000
Subject: [PATCH] fix typo

---
 basis/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basis/Dockerfile b/basis/Dockerfile
index 6c359e4..2c5b4c4 100755
--- a/basis/Dockerfile
+++ b/basis/Dockerfile
@@ -25,7 +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 ipywidget --upgrade --no-cache-dir
+    kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets --upgrade --no-cache-dir
 
 RUN pip install iminuit --no-cache
 
-- 
GitLab