tengal-teemo commited on
Commit
199515e
·
verified ·
1 Parent(s): 96029e0

Update Dockerfile

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