8000 fix: openblas_simple missing pkg-config to build (#920) · Zephyr800/llama-cpp-python@f3117c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3117c0

Browse files
authored
fix: openblas_simple missing pkg-config to build (abetlen#920)
1 parent 55efc9e commit f3117c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openblas_simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV HOST 0.0.0.0
66
COPY . .
77

88
# Install the package
9-
RUN apt update && apt install -y libopenblas-dev ninja-build build-essential
9+
RUN apt update && apt install -y libopenblas-dev ninja-build build-essential pkg-config
1010
RUN python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
1111

1212
RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose

0 commit comments

Comments
 (0)
0