sca255 commited on
Commit
c2420e7
1 Parent(s): 262fbea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN apt update && apt install curl unzip -y
14
  RUN curl -fLo model.ggml $MODEL || true
15
 
16
  RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
17
- CMD -m model.ggml --port 7860 --host 0.0.0.0
 
14
  RUN curl -fLo model.ggml $MODEL || true
15
 
16
  RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
17
+ ENTRYPOINT /llama-server -m model.ggml --port 7860 --host 0.0.0.0