Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -3,8 +3,7 @@ FROM python:3.9
|
|
3 |
WORKDIR /code
|
4 |
USER root
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
-
|
7 |
-
&& mv llama-2-7b-chat.Q4_K_S.gguf llama-2-7b-chat.Q3_K_S.gguf
|
8 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
9 |
|
10 |
COPY . .
|
|
|
3 |
WORKDIR /code
|
4 |
USER root
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
+
|
|
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
COPY . .
|