Skip to content

Commit bac481a

Browse files
Merge pull request #462 from puneetmatharu/switch-to-3.12-trixie-base-image
Switch to `3.12-trixie` base image.
2 parents fa421d2 + 8718327 commit bac481a

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

ML-Frameworks/pytorch-aarch64/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ where `YY` is the year, and `MM` the month of the increment.
1616
### Added
1717

1818
### Changed
19-
19+
2020
### Removed
2121

2222
### Fixed
@@ -31,6 +31,7 @@ where `YY` is the year, and `MM` the month of the increment.
3131
- Adds the installation of `torchao` via nightly AArch64 wheels in Dockerfile.
3232

3333
### Changed
34+
- Update Dockerfile to use `3.12-trixie` (instead of `3.12-slim`) for the base image.
3435
- Updates `filelock` from 3.16.1 to 3.20.3.
3536
- Updates `pillow` from 12.1.1 to 12.2.0.
3637
- Updates `protobuf` from 5.29.5 to 5.29.6.

ML-Frameworks/pytorch-aarch64/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
7-
ARG BASE_IMAGE=python:3.12-slim
7+
ARG BASE_IMAGE=python:3.12-trixie
88
ARG DOCKER_IMAGE_MIRROR=""
99

1010
# ============================
@@ -79,9 +79,6 @@ ENV DOCKER_USER=debian
7979

8080
# Runtime OS bits + UI
8181
RUN set -eux && \
82-
apt-get update && \
83-
apt-get install -y --no-install-recommends g++ && \
84-
rm -rf /var/lib/apt/lists/* && \
8582
if ! id "$DOCKER_USER" >/dev/null 2>&1; then useradd --create-home -s /bin/bash "$DOCKER_USER"; fi && \
8683
echo '[ -n "$TERM" -a -r "$HOME/welcome.txt" ] && cat "$HOME/welcome.txt"' >> /etc/bash.bashrc && \
8784
echo 'export PATH="$HOME/.local/bin:$HOME/.venv/bin:$PATH"' >> /etc/bash.bashrc && \

ML-Frameworks/tensorflow-aarch64/CHANGELOG.md

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

2828
### Changed
29+
- Update Dockerfile to use `3.12-trixie` (instead of `3.12-slim`) for the base image.
2930
- Updates TensorFlow hash to fff60aa253b3d2a3cb9e0e988e72cdab761530d1 from nightly, May 28th
3031
- Updates `filelock` from 3.17.0 to 3.20.3.
3132
- Updates `pillow` from 12.1.1 to 12.2.0.

ML-Frameworks/tensorflow-aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Specify DOCKER_IMAGE_MIRROR if you want to use a mirror of hub.docker.com
6-
ARG BASE_IMAGE=python:3.12-slim
6+
ARG BASE_IMAGE=python:3.12-trixie
77
ARG DOCKER_IMAGE_MIRROR=""
88

99
# ============================

0 commit comments

Comments
 (0)