We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ace12f4 + e44902c commit 2999b70Copy full SHA for 2999b70
1 file changed
ML-Frameworks/pytorch-aarch64/Dockerfile
@@ -40,7 +40,7 @@ RUN python -m venv /home/$DOCKER_USER/.venv
40
ENV PATH="/home/$DOCKER_USER/.venv/bin:${PATH}"
41
42
# Install uv for quicker package installations
43
-RUN pip install uv
+RUN pip install uv==0.9.29
44
45
# Update to newer pip/setuptools/wheel (setuptools >= 70.0.0 due to CVE-2024-6345
46
# and CVE-2025-47273, wheel >= 0.38.0 due to CVE-2022-40898) and delete old system
0 commit comments