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

fix: don't install juggler and EICrecon in jug_xl

parent 7d2c9265
Branches
Tags
No related merge requests found
......@@ -11,8 +11,6 @@ FROM ${DOCKER_REGISTRY}${BASE_IMAGE}:${INTERNAL_TAG}
ARG TARGETPLATFORM
ARG EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG JUGGLER_VERSION="main"
ARG EICRECON_VERSION="main"
ARG jobs=8
## version will automatically bust cache for nightly, as it includes
......@@ -22,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
## Install benchmarks into the container
ARG BENCHMARK_COM_VERSION="master"
ARG BENCHMARK_DET_VERSION="master"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment