We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce8146 commit 59b37bbCopy full SHA for 59b37bb
Dockerfile
@@ -4,7 +4,7 @@ FROM python:3-buster
4
ENV HOST 0.0.0.0
5
6
# Install the package
7
-RUN pip install llama-cpp-python[server]
+RUN apt update && apt install -y libopenblas-dev && LLAMA_OPENBLAS=1 pip install llama-cpp-python[server]
8
9
# Run the server
10
CMD python3 -m llama_cpp.server
0 commit comments