Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,4 +12,4 @@ WORKDIR /app/SillyTavern-extras
|
|
12 |
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
-
CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead,whisper-stt","--listen","--port","7860","--stt-whisper-model-path=
|
|
|
12 |
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
+
CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead,whisper-stt","--listen","--port","7860","--stt-whisper-model-path=small"]
|