Skip to content

Commit e44902c

Browse files
committed
Fix uv version to 0.9.29.
1 parent ace12f4 commit e44902c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ML-Frameworks/pytorch-aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN python -m venv /home/$DOCKER_USER/.venv
4040
ENV PATH="/home/$DOCKER_USER/.venv/bin:${PATH}"
4141

4242
# Install uv for quicker package installations
43-
RUN pip install uv
43+
RUN pip install uv==0.9.29
4444

4545
# Update to newer pip/setuptools/wheel (setuptools >= 70.0.0 due to CVE-2024-6345
4646
# and CVE-2025-47273, wheel >= 0.38.0 due to CVE-2022-40898) and delete old system

0 commit comments

Comments
 (0)