mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
update
This commit is contained in:
parent
12bc4ebc70
commit
6406bff7e0
@ -405,11 +405,9 @@ if __name__ == thisFilename or args.colab == True:
|
||||
json_compatible_item_data = jsonable_encoder(exApplitionInfo)
|
||||
return JSONResponse(content=json_compatible_item_data)
|
||||
|
||||
|
||||
if __name__ == '__mp_main__':
|
||||
printMessage(f"PHASE2:{__name__}", level=2)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
printMessage(f"PHASE1:{__name__}", level=2)
|
||||
TYPE = args.t
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM dannadori/voice-changer-internal:20221112_115723 as front
|
||||
FROM dannadori/voice-changer-internal:20221112_120908 as front
|
||||
FROM debian:bullseye-slim as base
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
@ -21,9 +21,6 @@ if [ "${MODE}" = "MMVC" ] ; then
|
||||
if [[ -e /resources/setting.json ]]; then
|
||||
echo "指定された設定(setting.json)を使用します。"
|
||||
cp /resources/setting.json ../frontend/dist/assets/setting.json
|
||||
else
|
||||
echo "デフォルトの設定(setting.json)を使用します。"
|
||||
cp ../frontend/dist/assets/setting_mmvc.json ../frontend/dist/assets/setting.json
|
||||
fi
|
||||
|
||||
find /resources/ -type f -name "config.json" | xargs -I{} sh -c 'echo "config.jsonをコピーします。" && cp {} ./'
|
||||
|
Loading…
Reference in New Issue
Block a user