Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.11.6-bullseye
|
|
| 3 |
ENV LLAMA_FAST=true
|
| 4 |
ENV LLAMA_OPENBLAS=true
|
| 5 |
|
| 6 |
-
RUN apt update && apt install -y libopenblas-dev
|
| 7 |
RUN git clone --recurse-submodules https://github.com/spuuntries/llava-cpp-server
|
| 8 |
WORKDIR llava-cpp-server
|
| 9 |
|
|
|
|
| 3 |
ENV LLAMA_FAST=true
|
| 4 |
ENV LLAMA_OPENBLAS=true
|
| 5 |
|
| 6 |
+
RUN apt update && apt install -y libopenblas-dev pkg-config
|
| 7 |
RUN git clone --recurse-submodules https://github.com/spuuntries/llava-cpp-server
|
| 8 |
WORKDIR llava-cpp-server
|
| 9 |
|