diff --git a/containers/builder/Dockerfile b/containers/builder/Dockerfile index abd3dc77e2676f0a3f1a4b6008791f020c81d14f..7d79f814ebe64053608047c1ac64baf7efe14c5d 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