Skip to content

Commit 59b37bb

Browse files
committed
Support openblas
1 parent 9ce8146 commit 59b37bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3-buster
44
ENV HOST 0.0.0.0
55

66
# Install the package
7-
RUN pip install llama-cpp-python[server]
7+
RUN apt update && apt install -y libopenblas-dev && LLAMA_OPENBLAS=1 pip install llama-cpp-python[server]
88

99
# Run the server
1010
CMD python3 -m llama_cpp.server

0 commit comments

Comments
 (0)