From bccca15b2ee3caf7ca87f7fe21907a5dae434822 Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Wed, 20 Sep 2023 11:21:01 +0000 Subject: [PATCH] added uc2 packages --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3063674..83546e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -80,3 +80,5 @@ ADD minicalosim /root/minicalosim RUN cd && cd minicalosim && mkdir build && cd build && cmake ../ && make -j4 &&\ cp minicalo* ../bind/G4Calo.py /usr/local/lib/python3.8/dist-packages/ +# add jupyter packages for UC2 on top so they don't need to be installed every time +RUN python3 -m pip install jupyterlab jupyterhub==3.1.1 batchspawner \ No newline at end of file