Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
|
|
8 |
ninja-build \
|
9 |
build-essential \
|
10 |
pkg-config \
|
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]
|
|
|
8 |
ninja-build \
|
9 |
build-essential \
|
10 |
pkg-config \
|
11 |
+
curl git
|
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]
|