sca255 commited on
Commit
b64da08
1 Parent(s): f4cc097

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 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"]
 
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"]