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