Skip to content

Commit d6150e0

Browse files
committed
Move tools to docker image
1 parent c30ada0 commit d6150e0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/dependencies/dockerfiles/maxtext_gpu_dependencies.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ COPY ${PACKAGE_DIR}/maxtext/ src/maxtext/
6666
COPY ${PACKAGE_DIR}/MaxText/ src/MaxText/
6767
COPY tests*/ tests/
6868
COPY benchmarks*/ benchmarks/
69+
COPY tools/setup*/ tools/setup/
70+
6971

7072
# Download test assets from GCS if building image with test assets
7173
ARG INCLUDE_TEST_ASSETS=false

src/dependencies/dockerfiles/maxtext_tpu_dependencies.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ COPY ${PACKAGE_DIR}/maxtext/ src/maxtext/
6666
COPY ${PACKAGE_DIR}/MaxText/ src/MaxText/
6767
COPY tests*/ tests/
6868
COPY benchmarks*/ benchmarks/
69+
COPY tools/setup*/ tools/setup/
70+
6971

7072
# Download test assets from GCS if building image with test assets
7173
ARG INCLUDE_TEST_ASSETS=false

0 commit comments

Comments
 (0)