Fix k8s tutorial style (#7363)
This commit is contained in:
		
							parent
							
								
									6c07f95d1c
								
							
						
					
					
						commit
						61f25b1a6c
					
				
					 1 changed files with 19 additions and 19 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue