Henk717 commited on
Commit
e449931
1 Parent(s): 132241e

Expose MODEL Arg

Browse files
Files changed (1) hide show
  1. 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