-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the x64 as the docker manifest steps don't seem to be working
So just use the non-tagged x64 version
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
icecube_ml/Dockerfile_ubuntu_22.04_cuda12.1_cudann_pytorch2.2.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters