fantasyfish commited on
Commit
14cc766
·
1 Parent(s): e51c408

Update Readme.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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/fantasyfish/Desktop/dotdemo/third_party:/third_party \
27
- -v /home/fantasyfish/Desktop/dotdemo/examples:/inputDir \
28
- -v /home/fantasyfish/Desktop/dotdemo/logs:/logs \
29
- -v /home/fantasyfish/Desktop/dotdemo/train_server:/app \
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/fantasyfish/Desktop/dotdemo/third_party:/third_party \
50
- -v /home/fantasyfish/Desktop/dotdemo/examples:/inputDir \
51
- -v /home/fantasyfish/Desktop/dotdemo/logs:/logs \
52
- -v /home/fantasyfish/Desktop/dotdemo/results:/outputDir \
53
- -v /home/fantasyfish/Desktop/dotdemo/inference_server:/app \
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
  ```