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

Update Dockerfile

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