We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c646128 commit 3aec49eCopy full SHA for 3aec49e
Dockerfile
@@ -52,7 +52,7 @@ WORKDIR /workspace
52
# after this step
53
RUN --mount=type=cache,target=/root/.cache/pip \
54
if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
55
- python3 -m pip install --index-url https://download.pytorch.org/whl/nightly/cu124 "torch==2.6.0.dev20241210+cu124" "torchvision==0.22.0.dev20241215"; \
+ python3 -m pip install --index-url https://download.pytorch.org/whl/nightly/cu126 "torch==2.7.0.dev20250121+cu126" "torchvision==0.22.0.dev20250121"; \
56
fi
57
58
COPY requirements-common.txt requirements-common.txt
0 commit comments