Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Oct 9, 2023
1 parent f0f8289 commit cab6cf1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infra/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ COPY --from=build /src/pytorch/xla/dist/*.whl ./
RUN echo "Installing the following wheels" && ls *.whl
RUN pip install *.whl

RUN echo "Install libtpu"
RUN pip install torch_xla[tpu] -f https://storage.googleapis.com/libtpu-releases/index.html

WORKDIR /

RUN rm -rf /ansible /tmp/wheels
Expand Down

0 comments on commit cab6cf1

Please sign in to comment.