Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -10,8 +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 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
15 |
|
16 |
# Создаем рабочую директорию
|
17 |
WORKDIR /app
|
|
|
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
|