limcheekin
commited on
Commit
·
e87aa8c
1
Parent(s):
dc445d6
chore: reverted to old installation config as the latest one caused ERROR: Could not build wheels for llama-cpp-python, which is required to install pyproject.toml-based projects
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && \
|
|
10 |
curl
|
11 |
|
12 |
RUN pip install -U pip setuptools wheel && \
|
13 |
-
CMAKE_ARGS="-
|
14 |
|
15 |
# Download model
|
16 |
RUN mkdir model && \
|
|
|
10 |
curl
|
11 |
|
12 |
RUN pip install -U pip setuptools wheel && \
|
13 |
+
CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python[server]
|
14 |
|
15 |
# Download model
|
16 |
RUN mkdir model && \
|