From e6a537568543fb5df5fb1a580723a075919b9b6b Mon Sep 17 00:00:00 2001 From: Qiao Zhang Date: Tue, 14 Jun 2022 15:48:55 -0700 Subject: [PATCH] Git clone paxml and praxis in Dockerfile. PiperOrigin-RevId: 454975095 --- paxml/pip_package/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/paxml/pip_package/Dockerfile b/paxml/pip_package/Dockerfile index 743048a02..bf912f050 100644 --- a/paxml/pip_package/Dockerfile +++ b/paxml/pip_package/Dockerfile @@ -61,9 +61,8 @@ RUN mkdir /bazel && \ cd / && \ rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh -# TODO: Replace these with `git pull` -COPY paxml/ /paxml/ -COPY praxis/ /praxis/ +RUN git clone https://github.com/google/paxml.git +RUN git clone https://github.com/google/praxis.git RUN mv praxis/praxis /paxml/