Skip to content

Commit 8297a0d

Browse files
authored
fix(docker): Update Dockerfile build options from LLAMA_ to GGML_ (#1634)
1 parent 0b1a8d8 commit 8297a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openblas_simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt update && apt install -y libopenblas-dev ninja-build build-essential pkg
1212

1313
RUN python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
1414

15-
RUN CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
15+
RUN CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama_cpp_python --verbose
1616

1717
# Run the server
1818
CMD python3 -m llama_cpp.server

0 commit comments

Comments
 (0)