Commit
·
6f6a0c1
1
Parent(s):
f21aba6
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
11 |
curl
|
12 |
|
13 |
RUN pip install -U pip setuptools wheel && \
|
14 |
-
CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" FORCE_CMAKE=1 pip install --verbose llama-cpp-python[server]==0.
|
15 |
|
16 |
# Download model
|
17 |
RUN mkdir model && \
|
|
|
11 |
curl
|
12 |
|
13 |
RUN pip install -U pip setuptools wheel && \
|
14 |
+
CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" FORCE_CMAKE=1 pip install --verbose llama-cpp-python[server]==0.2.20
|
15 |
|
16 |
# Download model
|
17 |
RUN mkdir model && \
|