There was an error while loading. Please reload this page.
1 parent 99f0a3b commit 7eea8f8Copy full SHA for 7eea8f8
1 file changed
xinference/deploy/docker/Dockerfile
@@ -37,7 +37,7 @@ RUN pip install --upgrade -i "$PIP_INDEX" pip && \
37
git restore . && \
38
pip install -i "$PIP_INDEX" --no-deps "." && \
39
pip uninstall xllamacpp -y && \
40
- pip install -i "$PIP_INDEX" xllamacpp_cuda12x && \
+ 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 && \
41
# clean packages
42
pip cache purge
43
0 commit comments