Skip to content
Snippets Groups Projects
Commit 202e8c50 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: don't install juggler and eicrecon in xl

parent 04197874
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !674. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment