Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ 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 |
|
|
|
4 |
ENV LLAMA_OPENBLAS=true
|
5 |
|
6 |
RUN apt update && apt install -y libopenblas-dev pkg-config
|
7 |
+
RUN update-alternatives --config libblas.so.3
|
8 |
RUN git clone --recurse-submodules https://github.com/spuuntries/llava-cpp-server
|
9 |
WORKDIR llava-cpp-server
|
10 |
|