From cab6cf1170ec0b8daa45631b06f342135f41d5d3 Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:19:03 -0700 Subject: [PATCH] Update Dockerfile --- infra/ansible/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/infra/ansible/Dockerfile b/infra/ansible/Dockerfile index 8195b21ac44..53ef91f9432 100644 --- a/infra/ansible/Dockerfile +++ b/infra/ansible/Dockerfile @@ -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