Aryanne commited on
Commit
8e83484
1 Parent(s): 778d4a0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ARG MODEL_NAME
4
  ARG ADDITIONAL
5
  RUN mkdir /koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip -y
7
- RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
8
  WORKDIR /koboldcpp
9
  COPY default.json /koboldcpp/default.json
10
  RUN make
 
4
  ARG ADDITIONAL
5
  RUN mkdir /koboldcpp
6
  RUN apt update && apt install git build-essential wget python3-pip -y
7
+ RUN git clone https://github.com/lostruins/koboldcpp /koboldcpp
8
  WORKDIR /koboldcpp
9
  COPY default.json /koboldcpp/default.json
10
  RUN make