Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN curl -fLo mmproj.ggml $MMPROJ || true
|
|
19 |
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 |
|
|
|
19 |
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 |
|