Skip to content

Commit

Permalink
Reland Install torchvision in release docker #6795 (#6860) (#6955)
Browse files Browse the repository at this point in the history
Co-authored-by: Siyuan Liu <lsiyuan@google.coim>
  • Loading branch information
lsy323 and Siyuan Liu authored Apr 24, 2024
1 parent 2ebd636 commit 7674030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN ansible-playbook -vvv playbook.yaml -e "stage=release" -e "${ansible_vars}"
WORKDIR /tmp/wheels
COPY --from=build /src/pytorch/dist/*.whl ./
COPY --from=build /src/pytorch/xla/dist/*.whl ./
COPY --from=build /dist/torchvision*.whl ./

RUN echo "Installing the following wheels" && ls *.whl
RUN pip install *.whl
Expand Down

0 comments on commit 7674030

Please sign in to comment.