tengal-teemo commited on
Commit
65ffff5
1 Parent(s): d8cf30c

Update Dockerfile

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