Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,6 +9,6 @@ WORKDIR /app
|
|
| 9 |
RUN git clone https://github.com/SillyTavern/SillyTavern-extras
|
| 10 |
WORKDIR /app/SillyTavern-extras
|
| 11 |
|
| 12 |
-
RUN
|
| 13 |
|
| 14 |
CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead","--listen","--port"."7860"]
|
|
|
|
| 9 |
RUN git clone https://github.com/SillyTavern/SillyTavern-extras
|
| 10 |
WORKDIR /app/SillyTavern-extras
|
| 11 |
|
| 12 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
|
| 14 |
CMD ["python","server.py","--enable-modules=caption,summarize,classify,talkinghead","--listen","--port"."7860"]
|