You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
$ docker run --rm -p '127.0.0.1:50021:50021' voicevox/voicevox_engine:cpu-ubuntu20.04-latest
...
https://blog.nicovideo.jp/niconews/224589.html
+ exec gosu user /opt/python/bin/python3 ./run.py --voicelib_dir /opt/voicevox_core/ --runtime_dir /opt/onnxruntime/lib --host 0.0.0.0
Warning: cpu_num_threads is set to 0. Setting it to half of the logical cores.
Info: Loading core 0.15.5.
Traceback (most recent call last):
File "/opt/voicevox_engine/./run.py", line 414, in <module>
main()
File "/opt/voicevox_engine/./run.py", line 367, in main
preset_manager = PresetManager(preset_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/voicevox_engine/voicevox_engine/preset/preset_manager.py", line 38, in __init__
self.preset_path.write_text("[]")
File "/opt/python/lib/python3.11/pathlib.py", line 1078, in write_text
with self.open(mode='w', encoding=encoding, errors=errors, newline=newline) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/python/lib/python3.11/pathlib.py", line 1044, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/opt/voicevox_engine/presets.yaml'
担当者様
以下質問させていただきます。
質問の内容
dockerで本リポジトリを起動したいと思っております。
README.mdに沿って実行したところ以下のようなエラーがでました。
presets.yamlを作成してパスを指定してもエラーが起きて起動できません。
渡しの開発環境は以下の通りです。
お時間ある時で良いので、確認よろしくお願いいたします。
VOICEVOXのバージョン
0.?.0
OSの種類/ディストリ/バージョン
その他
The text was updated successfully, but these errors were encountered: