We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75adfde commit 2e0f274Copy full SHA for 2e0f274
docs/tutorials/elasticdl_local.md
@@ -1,6 +1,6 @@
1
# ElasticDL on Local Environment
2
3
-This document aims to give a simple example to show how to submit deep learning
+This document aims to give a simple example about how to submit deep learning
4
jobs to a local kubernetes cluster in a local computer. It helps to understand
5
the working process of ElasticDL.
6
@@ -103,7 +103,7 @@ elasticdl train \
103
--job_name=test-mnist \
104
--log_level=INFO \
105
--image_pull_policy=Never \
106
- --volume="/data,mount_path=/data" \
+ --volume="host_path=/data,mount_path=/data" \
107
--distribution_strategy=ParameterServerStrategy
108
```
109
0 commit comments