From 1a937e7150799d12601b2d4c2fec87ea5f40ab5e Mon Sep 17 00:00:00 2001 From: Christian Winter <c.winter@kit.edu> Date: Fri, 27 Oct 2023 12:40:04 +0000 Subject: [PATCH] debug conflicting versions in jupyter-server and probfit --- basis/Dockerfile | 2 +- cuda_basis/Dockerfile | 2 +- tp/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/Dockerfile b/basis/Dockerfile index 6ba8d42..eaa3e3c 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 ipywidgets --upgrade --no-cache-dir + kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server --upgrade --no-cache-dir RUN pip install iminuit --no-cache diff --git a/cuda_basis/Dockerfile b/cuda_basis/Dockerfile index 4d41fe9..fbb6711 100644 --- a/cuda_basis/Dockerfile +++ b/cuda_basis/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update -y && apt-get upgrade -y && \ tar -xzf root_v6.28.04.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && \ source root/bin/thisroot.sh -RUN pip install requests-ftp lxml uproot wheel awkward probfit tensorflow --no-cache-dir +RUN pip install requests-ftp lxml uproot wheel awkward tensorflow --no-cache-dir ## Switch back to $NB_USER USER $NB_USER \ No newline at end of file diff --git a/tp/Dockerfile b/tp/Dockerfile index 3755923..a700611 100755 --- a/tp/Dockerfile +++ b/tp/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && \ tar -xzf root_v6.28.04.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && \ source root/bin/thisroot.sh -RUN pip install requests-ftp lxml uproot wheel awkward probfit tensorflow --no-cache-dir +RUN pip install requests-ftp lxml uproot wheel awkward tensorflow --no-cache-dir ## Switch back to $NB_USER USER $NB_USER -- GitLab