From a66bbe4d0dd201e8ea3f27eda09ee6d0627438a6 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Mon, 26 Jul 2021 00:21:14 +0000 Subject: [PATCH] Install stashcp for OSG data egress --- containers/jug/dev.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/jug/dev.Dockerfile b/containers/jug/dev.Dockerfile index bd2a58e57..2ce92d536 100644 --- a/containers/jug/dev.Dockerfile +++ b/containers/jug/dev.Dockerfile @@ -150,7 +150,7 @@ RUN cd /opt/spack-environment \ --trusted-host files.pythonhosted.org \ --no-cache-dir \ ipython matplotlib scipy yapf pandas pycairo pyyaml \ - jupyter jupyterlab uproot pyunfold seaborn \ + jupyter jupyterlab uproot pyunfold seaborn stashcp \ && echo -n "" \ && echo "Executing cmake patch for dd4hep 16.1" \ && sed -i "s/FIND_PACKAGE(Python/#&/" /usr/local/cmake/DD4hepBuild.cmake -- GitLab