Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|
10 |
|
11 |
# Устанавливаем зависимости Python
|
12 |
RUN pip install --no-cache-dir \
|
13 |
-
pip install llama-cpp-python
|
14 |
|
15 |
# Создаем рабочую директорию
|
16 |
WORKDIR /app
|
|
|
10 |
|
11 |
# Устанавливаем зависимости Python
|
12 |
RUN pip install --no-cache-dir \
|
13 |
+
CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
|
14 |
|
15 |
# Создаем рабочую директорию
|
16 |
WORKDIR /app
|