Aryanne commited on
Commit
96c9277
1 Parent(s): 5383915

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,5 +9,5 @@ WORKDIR /opt/koboldcpp
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make
11
  RUN wget -O model.gguf $MODEL
12
- CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860 --nommap --threads 2 --password $pass
13
 
 
9
  COPY default.json /opt/koboldcpp/default.json
10
  RUN make
11
  RUN wget -O model.gguf $MODEL
12
+ CMD /bin/python3 ./koboldcpp.py --model model.gguf $ADDITIONAL --port 7860 --nommap --threads 2
13