We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fa8b3 commit 0c55c91Copy full SHA for 0c55c91
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ COPY requirements.txt .
36
37
# Install requirements
38
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel
39
-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
40
RUN sed -i '/llama_cpp_python/d' requirements.txt
41
RUN python3 -m pip install --no-cache-dir -r requirements.txt && python3 -m pip cache purge
42
0 commit comments