Spaces:
Runtime error
Runtime error
tengal-teemo
commited on
Commit
•
9bbbb53
1
Parent(s):
65ffff5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
|
|
21 |
COPY entrypoint.sh /entrypoint.sh
|
22 |
RUN chmod +x /entrypoint.sh
|
23 |
|
24 |
-
|
|
|
21 |
COPY entrypoint.sh /entrypoint.sh
|
22 |
RUN chmod +x /entrypoint.sh
|
23 |
|
24 |
+
CMD /entrypoint.sh
|