Skip to content

Commit 0c409b4

Browse files
committed
Add KubeRay example
1 parent 1b5b37d commit 0c409b4

File tree

3 files changed

+444
-0
lines changed

3 files changed

+444
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ ie.log
1313
# Ignore test coverage
1414
coverage.html
1515
coverage.out
16+
17+
# Ignore git repos checkout out by examples
18+
examples/*/.git

examples/KubeRay/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore sample project clone
2+
aks-ray-sample
3+
4+
# Ignore MNIST job specification
5+
ray-job.pytorch-mnist.yaml

0 commit comments

Comments
 (0)