We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45630b0 commit 1368c10Copy full SHA for 1368c10
1 file changed
xinference/deploy/docker/Dockerfile
@@ -34,7 +34,7 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip setuptools wheel&& \
34
pip install -i "$PIP_INDEX" transformers>=4.51.3 && \
35
pip install -i "$PIP_INDEX" --no-deps sglang && \
36
pip uninstall flashinfer -y && \
37
- pip install https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.3/flashinfer_python-0.2.3+cu124torch2.6-cp38-abi3-linux_x86_64.whl#sha256=cbc4acb4aed7c4b00887a557dac484315327a063e25ac1ed4ee8eef54edf9ef6 && \
+ pip install flashinfer-python -i https://flashinfer.ai/whl/cu124/torch2.6 && \
38
cd /opt/inference && \
39
python3 setup.py build_web && \
40
git restore . && \
0 commit comments