Skip to content
Closed
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
3 changes: 3 additions & 0 deletions images/runtime/training/py311-rocm62-torch241/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ COPY LICENSE.md /licenses/rocm-license.md
USER 0
WORKDIR /app

# upgrade pip to fix CVE-2026-8643 (path traversal in wheel installation)
RUN pip install --no-cache-dir --upgrade pip==26.1.2

Comment thread
jira-autofix[bot] marked this conversation as resolved.
# upgrade requests package
RUN pip install --no-cache-dir --upgrade requests==2.32.3

Expand Down
Loading