File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,18 @@ RUN uv pip install --prerelease=allow .[core,tpu] && uv cache clean
9292RUN if [ -n "$EXTRAS" ]; then uv pip install .[$EXTRAS] && uv cache clean; fi
9393COPY . .
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# ###############################################################################
You can’t perform that action at this time.
0 commit comments