Spaces:
Paused
Paused
Commit
·
564ff56
1
Parent(s):
b50fd23
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ EXPOSE 8080
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
RUN wget -qO- "https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
10 |
-
RUN
|
11 |
COPY requirements.txt ./
|
12 |
RUN pip install --upgrade pip && \
|
13 |
pip install -r requirements.txt
|
|
|
7 |
WORKDIR /app
|
8 |
|
9 |
RUN wget -qO- "https://cmake.org/files/v3.17/cmake-3.17.0-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
10 |
+
RUN FORCE_CMAKE=1 pip install llama-cpp-python
|
11 |
COPY requirements.txt ./
|
12 |
RUN pip install --upgrade pip && \
|
13 |
pip install -r requirements.txt
|