File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,11 @@ RUN pip install -e /tunix --no-cache-dir
3333
3434
3535COPY 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
4739COPY 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
5342RUN pip install --no-deps qwix==0.1.4
5443
You can’t perform that action at this time.
0 commit comments