We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ccc77 commit 0f56bd5Copy full SHA for 0f56bd5
docker/Dockerfile
@@ -143,6 +143,7 @@ ARG PYTORCH_NIGHTLY
143
COPY requirements/common.txt requirements/common.txt
144
COPY requirements/cuda.txt requirements/cuda.txt
145
COPY use_existing_torch.py use_existing_torch.py
146
+COPY pyproject.toml pyproject.toml
147
RUN --mount=type=cache,target=/root/.cache/uv \
148
if [ "${PYTORCH_NIGHTLY}" = "1" ]; then \
149
echo "Installing torch nightly..." \
0 commit comments