imperialwool commited on
Commit
be3d3fd
1 Parent(s): 6205c4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ USER root
4
 
5
  ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
6
 
 
7
  RUN git clone https://github.com/ggerganov/llama.cpp.git
8
  RUN cd llama.cpp
9
  RUN make
 
4
 
5
  ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
6
 
7
+ RUN apt install g++ -y
8
  RUN git clone https://github.com/ggerganov/llama.cpp.git
9
  RUN cd llama.cpp
10
  RUN make