Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • containers/eic_container
  • wdconinc/eic_container
  • tooba/eic_container
3 results
Show changes
Commits on Source (3)
......@@ -232,6 +232,7 @@ base:
--platform ${PLATFORM}
--build-arg BASE_IMAGE=${BASE_IMAGE}
--build-arg BUILD_IMAGE=${BUILD_IMAGE}
--provenance false
containers/debian
jug_dev:
......@@ -311,8 +312,10 @@ jug_dev:
--build-arg jobs=${JOBS}
--build-context spack-environment=spack-environment
--secret id=mirrors,src=mirrors.yaml
--provenance false
containers/jug
jug_xl:default:
parallel:
matrix:
......@@ -344,6 +347,7 @@ jug_xl:default:
--build-arg JUG_VERSION=${EXPORT_TAG}-$(git rev-parse HEAD)
--build-arg jobs=${JOBS}
--build-context detectors=.
--provenance false
containers/jug
jug_xl:nightly:
......@@ -397,6 +401,7 @@ jug_xl:nightly:
--build-arg JUG_VERSION=${EXPORT_TAG}-nightly-$(git rev-parse HEAD)-$(date +%Y-%m-%d_%H-%M-%S)
--build-arg NIGHTLY=1
--build-context detectors=.
--provenance false
containers/jug
......
......@@ -52,7 +52,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
poppler-utils \
time \
unzip \
valgrind \
vim-nox \
wget \
&& apt-get -yqq autoremove \
......
......@@ -48,6 +48,7 @@ spack:
- prmon
- pythia8
- py-awkward
- py-bokeh
- py-boto3
- py-dask
- py-deepdiff
......@@ -77,5 +78,6 @@ spack:
- spdlog
- stow
- tensorflow-lite
- valgrind
- xrootd
view: false
......@@ -198,6 +198,9 @@ packages:
py-awkward:
require:
- '@2.1.1'
py-bokeh:
require:
- '@2.4.3'
py-boto3:
require:
- '@1.26.26'
......@@ -293,6 +296,9 @@ packages:
require:
- '@2.8.0'
- -xnnpack
valgrind:
require:
- '@3.20.0'
xrootd:
require:
- '@5.5.5'
......