From 3a547bc60461c3d1b612888ecb50d9e59cc28160 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 29 Apr 2021 01:04:02 +0000 Subject: [PATCH] Added select extra python packages --- containers/builder/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers/builder/Dockerfile b/containers/builder/Dockerfile index abd3dc77e..7d79f814e 100644 --- a/containers/builder/Dockerfile +++ b/containers/builder/Dockerfile @@ -69,7 +69,8 @@ RUN cd /opt/spack-environment \ && pip install --trusted-host pypi.org \ --trusted-host files.pythonhosted.org \ --no-cache-dir \ - ipython matplotlib scipy yapf \ + ipython matplotlib scipy yapf pandas \ + jupyter jupyterlab uproot pyunfold seaborn \ && echo -n "" \ && echo "Executing cmake patch for dd4hep 16.1" \ && sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake -- GitLab