Skip to content

Commit

Permalink
Git clone paxml and praxis in Dockerfile.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 454975095
  • Loading branch information
zhangqiaorjc authored and laurentes committed Jun 14, 2022
1 parent 7e864af commit e6a5375
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions paxml/pip_package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit e6a5375

Please sign in to comment.