Skip to content

Commit 7eea8f8

Browse files
committed
fix dockerfile
1 parent 99f0a3b commit 7eea8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xinference/deploy/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip && \
3737
git restore . && \
3838
pip install -i "$PIP_INDEX" --no-deps "." && \
3939
pip uninstall xllamacpp -y && \
40-
pip install -i "$PIP_INDEX" xllamacpp_cuda12x && \
40+
pip install https://github.com/xorbitsai/xllamacpp/releases/download/v0.1.9-cu124/xllamacpp_cuda12x-0.1.9-cp310-cp310-manylinux_2_35_x86_64.whl && \
4141
# clean packages
4242
pip cache purge
4343

0 commit comments

Comments
 (0)