From 759f411288ee7b63a31708d9cb2f455664695098 Mon Sep 17 00:00:00 2001 From: Erik Blaufuss Date: Wed, 29 Jan 2025 16:21:50 -0500 Subject: [PATCH] Remove the x64 as the docker manifest steps don't seem to be working So just use the non-tagged x64 version --- icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8 | 2 +- icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2 | 2 +- icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7 | 2 +- neutrino_sources/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8 b/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8 index 9590383..2fa8fc2 100644 --- a/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8 +++ b/icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8 @@ -1,5 +1,5 @@ ARG VERSION=current -FROM icecube/icetray:icetray-devel-${VERSION}-ubuntu22.04-X64 as icetray-build +FROM icecube/icetray:icetray-devel-${VERSION}-ubuntu22.04 as icetray-build FROM icecube/icetray-base:devel-ubuntu22.04-cuda12.1.0-cudnn8 as cuda12.1 WORKDIR /root diff --git a/icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2 b/icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2 index 5ea4272..ab66ce0 100644 --- a/icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2 +++ b/icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2 @@ -1,5 +1,5 @@ ARG VERSION=current -FROM icecube/icetray:icetray-devel-${VERSION}-ubuntu22.04-X64 as icetray-build +FROM icecube/icetray:icetray-devel-${VERSION}-ubuntu22.04 as icetray-build FROM icecube/icetray-base:devel-ubuntu22.04-pytorch2.2.2-cuda12.1.0-cudnn8 as pytorch-cuda MAINTAINER IceCube diff --git a/icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7 b/icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7 index a2f0895..163e886 100644 --- a/icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7 +++ b/icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7 @@ -1,5 +1,5 @@ ARG VERSION=current -FROM icecube/icetray:icetray-prod-${VERSION}-ubuntu22.04-X64 as icetray-build +FROM icecube/icetray:icetray-prod-${VERSION}-ubuntu22.04 as icetray-build FROM icecube/icetray-base:devel-ubuntu22.04-rocm5.7 as rocm5.7 MAINTAINER IceCube diff --git a/neutrino_sources/Dockerfile b/neutrino_sources/Dockerfile index 3c2dd0b..e91541a 100644 --- a/neutrino_sources/Dockerfile +++ b/neutrino_sources/Dockerfile @@ -1,4 +1,4 @@ -ARG BASEIMAGE=icecube/icetray:icetray-devel-current-ubuntu22.04-X64 +ARG BASEIMAGE=icecube/icetray:icetray-devel-current-ubuntu22.04 FROM ${BASEIMAGE} as icetray_base #Add some standard nu-sources tools