Skip to content

Commit

Permalink
Revert "Install torchvision in release docker (#6795)"
Browse files Browse the repository at this point in the history
This reverts commit 7b9177d.
  • Loading branch information
lsy323 authored Mar 26, 2024
1 parent 899a0fa commit 46f5b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ ARG ansible_vars
RUN ansible-playbook -vvv playbook.yaml -e "stage=release" -e "${ansible_vars}" --tags "install_deps"

WORKDIR /tmp/wheels
COPY --from=build /dist/*.whl ./
COPY --from=build /src/pytorch/dist/*.whl ./
COPY --from=build /src/pytorch/xla/dist/*.whl ./

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

0 comments on commit 46f5b86

Please sign in to comment.