Skip to content

Commit 988e5b2

Browse files
committed
Bump Dockerfile Ubuntu versions.
1 parent b8e249b commit 988e5b2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ where `YY` is the year, and `MM` the month of the increment.
1010
### Added
1111

1212
### Changed
13+
- Updates Ubuntu version to 24.04 in Dockerfile.
1314
- Updates hashes for:
1415
- `PYTORCH_HASH` to `93fef4bd1dd265588863929e35d9ac89328d5695`, 2.10.0.dev20251124 from viable/strict, Nov 24th.
1516
- `IDEEP_HASH` to `3724bec97a77ce990e8c6dc5e595bb3beee75257`, from ideep_pytorch, Nov 24th.

ML-Frameworks/pytorch-aarch64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
2020
ARG DOCKER_IMAGE_MIRROR=""
21-
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:22.04 AS workshop
21+
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:24.04 AS workshop
2222

2323
ARG USERNAME
2424

@@ -117,7 +117,7 @@ COPY examples/ /home/$DOCKER_USER/
117117
COPY pytorch/test /home/$DOCKER_USER/pytorch/test
118118

119119
# Move build into final image as a single layer.
120-
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:22.04
120+
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:24.04
121121

122122
ARG USERNAME
123123

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ where `YY` is the year, and `MM` the month of the increment.
1010
### Added
1111

1212
### Changed
13+
- Updates Ubuntu version to 24.04 in Dockerfile.
1314
- Updates TensorFlow hash to 5d46b65af45d5694cb1676bc872d24a4a64a6b57, from nightly, Nov 25th
1415

1516
### Removed

ML-Frameworks/tensorflow-aarch64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
1919
ARG DOCKER_IMAGE_MIRROR=""
20-
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:22.04 AS workshop
20+
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:24.04 AS workshop
2121

2222
ARG USERNAME
2323

@@ -106,7 +106,7 @@ COPY --chown=$DOCKER_USER examples/ /home/$DOCKER_USER/
106106
COPY --chown=$DOCKER_USER tensorflow/ /home/$DOCKER_USER/tensorflow
107107

108108
# Move build into final image as a single layer.
109-
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:22.04
109+
FROM ${DOCKER_IMAGE_MIRROR}ubuntu:24.04
110110

111111
ARG USERNAME
112112

0 commit comments

Comments
 (0)