ilhooq commited on
Commit
434a3c0
1 Parent(s): 7a7769a

Add pkg-config

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
3
  FROM ubuntu:$UBUNTU_VERSION as build
4
 
5
  RUN apt-get update && \
6
- apt-get install -y build-essential git libcurl4-openssl-dev libopenblas-dev
7
 
8
  RUN git clone https://github.com/ggerganov/llama.cpp.git
9
 
 
3
  FROM ubuntu:$UBUNTU_VERSION as build
4
 
5
  RUN apt-get update && \
6
+ apt-get install -y pkg-config build-essential git libcurl4-openssl-dev libopenblas-dev
7
 
8
  RUN git clone https://github.com/ggerganov/llama.cpp.git
9