Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
|
|
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
|