mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
add start voice changer script
This commit is contained in:
parent
87992f54fe
commit
eb991890fb
6
startVoiceChanger.sh
Normal file
6
startVoiceChanger.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -it --gpus all --shm-size=128M \
|
||||
-e LOCAL_UID=$(id -u $USER) \
|
||||
-e LOCAL_GID=$(id -g $USER) \
|
||||
-p 6006:6006 -p 8080:8080 dannadori/voice-changer:20220823_230810 "$@"
|
Loading…
Reference in New Issue
Block a user