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 a3008ba commit 5370ecaCopy full SHA for 5370eca
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:22.04 AS builder
3
4
# Install the package
5
RUN apt-get update && apt-get install -y libopenblas-dev ninja-build build-essential python3
6
-RUN python -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette
+RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette
7
8
# Install
9
RUN LLAMA_OPENBLAS=1 pip install llama-cpp-python[server]
0 commit comments