Fix k8s tutorial style (#7363)

This commit is contained in:
Kai Huang 2023-01-29 16:32:08 +08:00 committed by GitHub
parent 6c07f95d1c
commit 61f25b1a6c

View file

@ -315,7 +315,7 @@ cp /path/to/train.py /bigdl/nfsdata
cp /path/to/model.py /bigdl/nfsdata cp /path/to/model.py /bigdl/nfsdata
``` ```
Run the example with the following command by setting the cluster_mode to “k8s-cluster”: Run the example with the following command by setting the cluster_mode to "k8s-cluster":
```bash ```bash
python /bigdl/nfsdata/train.py --cluster_mode k8s-cluster --remote_dir /bigdl/nfsdata/dataset python /bigdl/nfsdata/train.py --cluster_mode k8s-cluster --remote_dir /bigdl/nfsdata/dataset
``` ```