Spaces:
Runtime error
Runtime error
Aleksandr Maiorov
commited on
Commit
·
b9b18d0
1
Parent(s):
faf7233
v 0.1
Browse files- правка Dockerfile
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
-
COPY --chown=user ./
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
RUN pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
12 |
|
|
|
6 |
|
7 |
WORKDIR /app
|
8 |
|
9 |
+
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
RUN pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
|
12 |
|