noxinc commited on
Commit
8f776b2
·
verified ·
1 Parent(s): b13a812

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ ARG ADDITIONAL
5
  RUN mkdir /opt/koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip libopenblas-dev -y
7
  RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
 
 
8
  WORKDIR /opt/koboldcpp
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make LLAMA_OPENBLAS=1
 
5
  RUN mkdir /opt/koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip libopenblas-dev -y
7
  RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
8
+ RUN wget -c https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64
9
+ RUN chmod +x cloudflared-linux-amd64
10
  WORKDIR /opt/koboldcpp
11
  COPY default.json /opt/koboldcpp/default.json
12
  RUN make LLAMA_OPENBLAS=1