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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -5,8 +5,6 @@ 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
- 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
 
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