Skip to content

Commit 2e0f274

Browse files
Fix errors in elasticdl_local.md (#2128)
1 parent 75adfde commit 2e0f274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/elasticdl_local.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ElasticDL on Local Environment
22

3-
This document aims to give a simple example to show how to submit deep learning
3+
This document aims to give a simple example about how to submit deep learning
44
jobs to a local kubernetes cluster in a local computer. It helps to understand
55
the working process of ElasticDL.
66

@@ -103,7 +103,7 @@ elasticdl train \
103103
--job_name=test-mnist \
104104
--log_level=INFO \
105105
--image_pull_policy=Never \
106-
--volume="/data,mount_path=/data" \
106+
--volume="host_path=/data,mount_path=/data" \
107107
--distribution_strategy=ParameterServerStrategy
108108
```
109109

0 commit comments

Comments
 (0)