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