mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 21:45:00 +03:00
44 lines
439 B
Markdown
44 lines
439 B
Markdown
|
## VC Client for Docker
|
||
|
|
||
|
[Japanese](/README_ja.md)
|
||
|
|
||
|
## Build
|
||
|
|
||
|
In root folder of repos.
|
||
|
|
||
|
```
|
||
|
npm run build:docker:vcclient
|
||
|
```
|
||
|
|
||
|
## Run
|
||
|
|
||
|
In root folder of repos.
|
||
|
|
||
|
```
|
||
|
bash start_docker.sh
|
||
|
```
|
||
|
|
||
|
Without GPU
|
||
|
|
||
|
```
|
||
|
USE_GPU=off bash start_docker.sh
|
||
|
```
|
||
|
|
||
|
Specify port num
|
||
|
|
||
|
```
|
||
|
EX_PORT=<port> bash start_docker.sh
|
||
|
```
|
||
|
|
||
|
Use Local Image
|
||
|
|
||
|
```
|
||
|
USE_LOCAL=on bash start_docker.sh
|
||
|
```
|
||
|
|
||
|
## Push to Repo (only for devs)
|
||
|
|
||
|
```
|
||
|
npm run push:docker:vcclient
|
||
|
```
|