Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN chmod +x ./koboldcpp
|
|
| 14 |
RUN curl -fLo model.ggml $MODEL || true
|
| 15 |
|
| 16 |
RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
|
| 17 |
-
CMD ./koboldcpp --model model.ggml --whispermodel whispermodel.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --
|
|
|
|
| 14 |
RUN curl -fLo model.ggml $MODEL || true
|
| 15 |
|
| 16 |
RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
|
| 17 |
+
CMD ./koboldcpp --model model.ggml --whispermodel whispermodel.ggml $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --ignoremissing $SECRET
|