Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* download-core-env: onnx * Makefile: update VOICEVOX_CORE_LIBRARY_NAME * download-onnxruntime-env * download-core-env: rename Hiroshiba/voicevox_core -> VOICEVOX/voicevox_core * add spacing for set -eux * add missing set -eux * runtime-env: copy onnxruntime instead of libtorch * Makefile: LIBTORCH_URL -> ONNXRUNTIME_URL * runtime-env: core module example version 0.10.preview.0 * runtime-env: improve pip install section * runtime-env entrypoint: remove USE_GLIBC_231_WORKAROUND * Makefile: remove USE_GLIBC_231_WORKAROUND * runtime-env: copy core.h from core.zip instead of voicevox_core repo * runtime-env: rename core example repo Hiroshiba/voicevox_core -> VOICEVOX/voicevox_core * add comment: /home/user/.local/bin * add spacing for set -eux * build-docker.yml: onnx * disable linux binary build temporary * download LibTorch Dockerfile for linux binary build * add tree link * Makefile: onnx runtime env for test * Makefile: use cuda base image for gpu * build-docker.yml: use cuda base image for gpu * use cuda 11.4.2 * fix python core module installation to use root setup.py * download-core-env: libcore create relative symlink * runtime-env: copy required shared library to python core package * runtime-env: remove unneeded voicevox_dir arg * runtime-env: remove unneeded LIBRARY_PATH on core module installation * Dockerfile: BASE_RUNTIME_IMAGE inherit BASE_IMAGE * remove unneeded ldconfig * skip cuda/cudnn copy in runtime-env * revert skip cuda/cudnn copy * add todo comment to remove redundant shared lib copy * cd on onnxruntime shared lib copy * build-env: copy shared libraries from core package * remove unneeded include core on nuitka build * runtime-env: copy libcudnn_*_infer.so* into package * runtime-env: remove unneeded full version libraries from python core package * runtime-env: set rpath $ORIGIN for shared libraries in package * runtime-env: remove CUDA/cuDNN copy for core package * add fixme comment * remove unneeded dependency * fix comment
- Loading branch information