Spaces:
Build error
Build error
Expose MODEL Arg
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
|
|
2 |
RUN mkdir /opt/koboldcpp
|
3 |
RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
|
4 |
RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
|
|
|
1 |
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
2 |
+
ARG MODEL
|
3 |
RUN mkdir /opt/koboldcpp
|
4 |
RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
|
5 |
RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
|