spuun commited on
Commit
f0233e9
·
1 Parent(s): 02f8c6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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