diff --git a/Dockerfile b/Dockerfile index b6fd2ce..5b36943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY requirements.txt . # Install requirements RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel -RUN python3 -m pip install --no-cache-dir https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.4-cu122/llama_cpp_python-0.3.4-cp311-cp311-linux_x86_64.whl +RUN python3 -m pip install --no-cache-dir https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.13-cu122/llama_cpp_python-0.3.13-cp311-cp311-linux_x86_64.whl RUN sed -i '/llama_cpp_python/d' requirements.txt RUN python3 -m pip install --no-cache-dir -r requirements.txt && python3 -m pip cache purge