taylorchu commited on
Commit
f4b2303
·
1 Parent(s): 2a32af5

chmod more

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ADD https://github.com/taylorchu/2cent-tts/releases/download/v0.2.0/2cent.gguf 2
19
  ADD https://github.com/taylorchu/2cent-tts/releases/download/v0.2.0/tokenizer.json tokenizer.json
20
  ADD https://github.com/taylorchu/2cent-tts/releases/download/v0.2.0/tts-http-server tts-http-server
21
 
22
- RUN chmod 0777 tts-http-server tokenizer.json snac.onnx 2cent.gguf
23
 
24
  ENV PATH="$PATH:/app"
25
 
 
19
  ADD https://github.com/taylorchu/2cent-tts/releases/download/v0.2.0/tokenizer.json tokenizer.json
20
  ADD https://github.com/taylorchu/2cent-tts/releases/download/v0.2.0/tts-http-server tts-http-server
21
 
22
+ RUN chmod 0777 tts-http-server tokenizer.json snac.onnx 2cent.gguf /app/libonnxruntime.so
23
 
24
  ENV PATH="$PATH:/app"
25