Libra-1995 commited on
Commit
6f7cb09
·
verified ·
1 Parent(s): 209c29c

Upload SUBMISSION_DESC.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. SUBMISSION_DESC.md +1 -1
SUBMISSION_DESC.md CHANGED
@@ -24,7 +24,7 @@ docker build --network host . -f ./docker/web_server_dockerfile_mirror -t hugsim
24
 
25
  **3. Run the Docker Container**
26
 
27
- To start the server, execute:
28
 
29
  ```bash
30
  docker run --gpus "device=1" -d -p 7860:7860 -v /path/to/your/downloaded/training_data:/app/app_datas/ -v ./code:/app/code -v ./output:/app/app_datas/env_output --name hugsim_server hugsim_server:local tail -f /dev/null
 
24
 
25
  **3. Run the Docker Container**
26
 
27
+ To start the server, execute (replace the "/path/to/your/downloaded/training_data" by the directory of your training data):
28
 
29
  ```bash
30
  docker run --gpus "device=1" -d -p 7860:7860 -v /path/to/your/downloaded/training_data:/app/app_datas/ -v ./code:/app/code -v ./output:/app/app_datas/env_output --name hugsim_server hugsim_server:local tail -f /dev/null