Skip to content

Commit 77d3bbd

Browse files
Merge pull request #2748 from AI-Hypercomputer:anisha-update-local-docker-image
PiperOrigin-RevId: 836347842
2 parents 238a410 + 55578bc commit 77d3bbd

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

dependencies/dockerfiles/maxtext_post_training_local_dependencies.Dockerfile

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,11 @@ RUN pip install -e /tunix --no-cache-dir
3333

3434

3535
COPY vllm /vllm
36-
RUN VLLM_TARGET_DEVICE="tpu" pip install -e /vllm --no-cache-dir --pre \
37-
--extra-index-url https://pypi.org/simple/ \
38-
--extra-index-url https://us-python.pkg.dev/ml-oss-artifacts-published/jax/simple/ \
39-
--extra-index-url https://download.pytorch.org/whl/nightly/cpu \
40-
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html \
41-
--find-links https://storage.googleapis.com/libtpu-wheels/index.html \
42-
--find-links https://storage.googleapis.com/libtpu-releases/index.html \
43-
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html \
44-
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
36+
RUN VLLM_TARGET_DEVICE="tpu" pip install -e /vllm --no-cache-dir
4537

4638

4739
COPY tpu-inference /tpu-inference
48-
RUN pip install -e /tpu-inference --no-cache-dir --pre \
49-
--extra-index-url https://pypi.org/simple/ \
50-
--extra-index-url https://us-python.pkg.dev/ml-oss-artifacts-published/jax/simple/ \
51-
--find-links https://storage.googleapis.com/jax-releases/libtpu_releases.html
40+
RUN pip install -e /tpu-inference --no-cache-dir
5241

5342
RUN pip install --no-deps qwix==0.1.4
5443

0 commit comments

Comments
 (0)