allekssandr commited on
Commit
b89aa55
·
verified ·
1 Parent(s): 956a3d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
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