Skip to content

Commit

Permalink
Remove the x64 as the docker manifest steps don't seem to be working
Browse files Browse the repository at this point in the history
So just use the non-tagged x64 version
  • Loading branch information
blaufuss committed Jan 29, 2025
1 parent d4fd3f2 commit 759f411
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icecube_ml/Dockerfile_ubuntu_22.04_cuda11.8_cudann8
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion icecube_ml/Dockerfile_ubuntu_22.04_rocm5.7
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion neutrino_sources/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 759f411

Please sign in to comment.