From dc6317e909914a8ef6ef071cecff97aeae155e78 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 12 Aug 2023 23:04:02 +0000 Subject: [PATCH] fix: don't install juggler and EICrecon in jug_xl --- containers/jug/xl.Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/containers/jug/xl.Dockerfile b/containers/jug/xl.Dockerfile index 6871c8dd9..18e52b4d2 100644 --- a/containers/jug/xl.Dockerfile +++ b/containers/jug/xl.Dockerfile @@ -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 -- GitLab