Spaces:
Running
Running
Commit
·
14cc766
1
Parent(s):
e51c408
Update Readme.md
Browse files
README.md
CHANGED
@@ -23,10 +23,10 @@ This repo contains two servers. Before setting up the servers, please follow the
|
|
23 |
1. Start the server with the command below where the training data folder is put under **examples**
|
24 |
```bash
|
25 |
sudo docker run --gpus all --runtime=nvidia --rm \
|
26 |
-
-v /home/
|
27 |
-
-v /home/
|
28 |
-
-v /home/
|
29 |
-
-v /home/
|
30 |
-p 8080:8080 \
|
31 |
-it rvc:v0
|
32 |
```
|
@@ -46,11 +46,11 @@ This repo contains two servers. Before setting up the servers, please follow the
|
|
46 |
1. Start the server with the command below where the training data folder is put under **examples** and the output wav file is saved under **results**
|
47 |
```bash
|
48 |
sudo docker run --gpus all --runtime=nvidia --rm \
|
49 |
-
-v /home/
|
50 |
-
-v /home/
|
51 |
-
-v /home/
|
52 |
-
-v /home/
|
53 |
-
-v /home/
|
54 |
-p 8081:8081 \
|
55 |
-it rvc:v0
|
56 |
```
|
|
|
23 |
1. Start the server with the command below where the training data folder is put under **examples**
|
24 |
```bash
|
25 |
sudo docker run --gpus all --runtime=nvidia --rm \
|
26 |
+
-v /home/ubuntu/dotdemo/third_party:/third_party \
|
27 |
+
-v /home/ubuntu/dotdemo/examples:/inputDir \
|
28 |
+
-v /home/ubuntu/dotdemo/logs:/logs \
|
29 |
+
-v /home/ubuntu/dotdemo/train_server:/app \
|
30 |
-p 8080:8080 \
|
31 |
-it rvc:v0
|
32 |
```
|
|
|
46 |
1. Start the server with the command below where the training data folder is put under **examples** and the output wav file is saved under **results**
|
47 |
```bash
|
48 |
sudo docker run --gpus all --runtime=nvidia --rm \
|
49 |
+
-v /home/ubuntu/dotdemo/third_party:/third_party \
|
50 |
+
-v /home/ubuntu/dotdemo/examples:/inputDir \
|
51 |
+
-v /home/ubuntu/dotdemo/logs:/logs \
|
52 |
+
-v /home/ubuntu/dotdemo/results:/outputDir \
|
53 |
+
-v /home/ubuntu/dotdemo/inference_server:/app \
|
54 |
-p 8081:8081 \
|
55 |
-it rvc:v0
|
56 |
```
|