Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -18,8 +18,8 @@ RUN apt-get update && apt-get upgrade -y \
|
|
18 |
WORKDIR /app
|
19 |
|
20 |
|
21 |
-
|
22 |
-
|
23 |
|
24 |
|
25 |
# Cloning the llama.cpp repository
|
|
|
18 |
WORKDIR /app
|
19 |
|
20 |
|
21 |
+
COPY ./requirements.txt /app/requirements.txt
|
22 |
+
RUN pip install --upgrade pip && pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
23 |
|
24 |
|
25 |
# Cloning the llama.cpp repository
|