Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|