From e87a5f55eff1cd5852154cf15ebe6018d360d8d7 Mon Sep 17 00:00:00 2001 From: Jonas Eppelt <jonas.eppelt@kit.edu> Date: Mon, 28 Aug 2023 11:49:25 +0000 Subject: [PATCH] added jupyterlab-git --- basis/Dockerfile | 2 +- python311/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/Dockerfile b/basis/Dockerfile index 2fd87e0..d9021cb 100755 --- a/basis/Dockerfile +++ b/basis/Dockerfile @@ -13,7 +13,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 --upgrade --no-cache-dir + kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git --upgrade --no-cache-dir RUN pip install iminuit --no-cache diff --git a/python311/Dockerfile b/python311/Dockerfile index 2a0419c..6ff23ec 100644 --- a/python311/Dockerfile +++ b/python311/Dockerfile @@ -13,7 +13,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 --upgrade --no-cache-dir + kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git --upgrade --no-cache-dir RUN pip install iminuit --no-cache -- GitLab