Spaces:
Running
Running
SilverStarShadow
commited on
Commit
•
4c2b9f4
1
Parent(s):
6a62ffb
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,6 +16,6 @@ RUN chmod -R 777 /app
|
|
16 |
RUN --mount=type=secret,id=password,mode=0444,required=true \
|
17 |
cat /run/secrets/password > /test
|
18 |
|
19 |
-
EXPOSE
|
20 |
|
21 |
-
CMD ["python", "server.py", "--cpu", "--enable-modules=caption,summarize,classify,silero-tts,edge-tts,chromadb"]
|
|
|
16 |
RUN --mount=type=secret,id=password,mode=0444,required=true \
|
17 |
cat /run/secrets/password > /test
|
18 |
|
19 |
+
EXPOSE 7865
|
20 |
|
21 |
+
CMD ["python", "server.py", "--cpu", "--enable-modules=caption,summarize,classify,sd,silero-tts,edge-tts,coqui-tts,talkinghead,chromadb"]
|