noxinc commited on
Commit
8ab6fa1
·
verified ·
1 Parent(s): bf0865e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ 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/noxinc-dev/noxinc.dev-kbldcpp-1622-hf /opt/koboldcpp
8
- git clone https://github.com/LostRuins/koboldcpp.git /opt/koboldcpp
9
  WORKDIR /opt/koboldcpp
10
  COPY default.json /opt/koboldcpp/default.json
11
  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/noxinc-dev/noxinc.dev-kbldcpp-1622-hf /opt/koboldcpp
8
+ RUN git clone https://github.com/LostRuins/koboldcpp.git /opt/koboldcpp
9
  WORKDIR /opt/koboldcpp
10
  COPY default.json /opt/koboldcpp/default.json
11
  RUN make LLAMA_OPENBLAS=1