Skip to content

Commit 3ad3764

Browse files
author
Lee Cooper
authored
Update README.md
Clarified mounting process.
1 parent c9bab5e commit 3ad3764

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ You can train a network using your own data by mounting a folder within the Surv
5959

6060
sudo docker run -v /<hostmachine_data_path>/:/<container_data_path>/ -it cramraj8/survivalnet2.0 /bin/bash
6161

62-
will pull the Docker Image, run the container, and mount the host machine data directory with container data path.
63-
The container Data Path is ***/SurvivalNet/data/<data_file_name>***.
62+
will pull and run the Docker image, and mount *hostmachine_data_path* inside the container at *container_data_path*. container data path. Any files placed into the mounted folder on the host machine will appear in *container_data_path* on the image. Setting *container_data_path* as */SurvivalNet/data/<data_file_name>* will place the image mount in the SurvivalNet data folder.
6463

0 commit comments

Comments
 (0)