Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# if not version is set, it will install the 3.11.0 version which, seems that does not have the h5py dependencies \
# for arm yet.
pip install h5py==3.10.0 && \
pip install tensorflow
# Install tensorflow 2.16 to enforce keras >3.9.0
# Fixes CVE-2025-1550
pip install tensorflow~=2.16

USER ${USER}

Expand Down