imanibase commited on
Commit
d069633
·
1 Parent(s): f6176ed

added curl to dockerfile to allow llama.cpp to compile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
8
  RUN apt-get update && \
9
  apt-get install -y \
10
  build-essential \
 
11
  git \
12
  cmake \
13
  clang \
 
8
  RUN apt-get update && \
9
  apt-get install -y \
10
  build-essential \
11
+ curl \
12
  git \
13
  cmake \
14
  clang \