Skip to content

Commit 9e739e3

Browse files
committed
Adding a pathways-tpu docker image
1 parent 01e26a2 commit 9e739e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,18 @@ RUN uv pip install --prerelease=allow .[core,tpu] && uv cache clean
9292
RUN if [ -n "$EXTRAS" ]; then uv pip install .[$EXTRAS] && uv cache clean; fi
9393
COPY . .
9494

95+
################################################################################
96+
# Pathways-TPU container spec. #
97+
################################################################################
98+
99+
FROM base AS pathways-tpu
100+
101+
ARG EXTRAS=
102+
103+
RUN uv pip install --prerelease=allow .[core,pathways-tpu] && uv cache clean
104+
RUN if [ -n "$EXTRAS" ]; then uv pip install .[$EXTRAS] && uv cache clean; fi
105+
COPY . .
106+
95107
################################################################################
96108
# GPU container spec. #
97109
################################################################################

0 commit comments

Comments
 (0)