Skip to content

Commit

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

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

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

0 comments on commit 7b9177d

Please sign in to comment.