Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -20,7 +20,5 @@ RUN curl -fLo whispermodel.ggml $WHISPERMODEL || true
|
|
| 20 |
|
| 21 |
COPY entrypoint.sh /entrypoint.sh
|
| 22 |
RUN chmod +x /entrypoint.sh
|
| 23 |
-
RUN mkdir /data/logs
|
| 24 |
-
RUN chmod 777 /data/logs
|
| 25 |
|
| 26 |
ENTRYPOINT ["/entrypoint.sh"]
|
|
|
|
| 20 |
|
| 21 |
COPY entrypoint.sh /entrypoint.sh
|
| 22 |
RUN chmod +x /entrypoint.sh
|
|
|
|
|
|
|
| 23 |
|
| 24 |
ENTRYPOINT ["/entrypoint.sh"]
|