chmod more
Browse files- 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 |
|