lemonteaa commited on
Commit
e5d7842
·
1 Parent(s): 5de0f2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM debian:latest
2
 
3
- RUN apt-get update && apt-get install -y aria2
4
 
5
  WORKDIR /code
6
  RUN git clone https://github.com/ggerganov/llama.cpp
 
1
  FROM debian:latest
2
 
3
+ RUN apt-get update && apt-get install -y aria2 git build-essential
4
 
5
  WORKDIR /code
6
  RUN git clone https://github.com/ggerganov/llama.cpp