From 14d440419441b06cfccf20fe0a481c8b461a8dc3 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 13 Aug 2023 20:53:47 -0500 Subject: [PATCH] fix: don't install juggler and eicrecon in xl --- containers/jug/xl.Dockerfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile index 18e52b4d2..bbe6d3b8c 100644 --- a/containers/jug/xl.Dockerfile +++ b/containers/jug/xl.Dockerfile @@ -20,18 +20,6 @@ ARG JUG_VERSION=1 RUN cd /tmp \ && echo " - jug_xl: ${JUG_VERSION}" >> /etc/jug_info -## Install juggler to the environment -RUN spack add juggler@${JUGGLER_VERSION} \ - && spack concretize \ - && spack install - -## Install eicrecon to the environment -RUN spack add eicrecon@${EICRECON_VERSION} \ - && spack concretize \ - && spack install \ - && echo "export JANA_PLUGIN_PATH=/usr/local/lib/EICrecon/plugins" \ - > /etc/profile.d/z12_eicrecon.sh - ## also install detector/ip geometries into opt ARG NIGHTLY='' ## cache bust when updated repositories -- GitLab