Spaces:
Paused
Paused
Commit
·
781fc3b
1
Parent(s):
c3360f9
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -7,7 +7,6 @@ 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 git clone https://github.com/abetlen/llama-cpp-python
|
11 |
RUN CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python
|
12 |
RUN pip install uvicorn fastapi toml
|
13 |
|
|
|
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 CMAKE_ARGS="-DLLAMA_OPENBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python
|
11 |
RUN pip install uvicorn fastapi toml
|
12 |
|