Skip to content

Commit 2999b70

Browse files
Merge pull request #433 from puneetmatharu/fix-uv-version-in-dockerfile
Fix uv version to 0.9.29
2 parents ace12f4 + e44902c commit 2999b70

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)