Skip to content

Commit 0f56bd5

Browse files
committed
Copy pyproject.toml
Signed-off-by: Orion Reblitz-Richardson <orionr@meta.com>
1 parent 32ccc77 commit 0f56bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ ARG PYTORCH_NIGHTLY
143143
COPY requirements/common.txt requirements/common.txt
144144
COPY requirements/cuda.txt requirements/cuda.txt
145145
COPY use_existing_torch.py use_existing_torch.py
146+
COPY pyproject.toml pyproject.toml
146147
RUN --mount=type=cache,target=/root/.cache/uv \
147148
if [ "${PYTORCH_NIGHTLY}" = "1" ]; then \
148149
echo "Installing torch nightly..." \

0 commit comments

Comments
 (0)