Skip to content

Commit ac483fd

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
e2e tests: Use test image from quay.io/project-codeflare/demo-images
1 parent 705ee16 commit ac483fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/odh/resources/mnist_mcad_mini.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"execution_count": null,
2020
"id": "47ca5c15",
2121
"metadata": {
22-
"tags": ["parameters"]
22+
"tags": [
23+
"parameters"
24+
]
2325
},
2426
"outputs": [],
2527
"source": [
@@ -34,7 +36,7 @@
3436
"metadata": {},
3537
"outputs": [],
3638
"source": [
37-
"job = DDPJobDefinition(name=\"mnistjob\", script=\"mnist.py\", scheduler_args={\"namespace\": namespace}, j=\"1x1\", gpu=0, cpu=1, memMB=2000, image=\"quay.io/project-codeflare/mnist-job-test:v0.0.1\").submit()"
39+
"job = DDPJobDefinition(name=\"mnistjob\", script=\"/test/mnist.py\", scheduler_args={\"namespace\": namespace}, j=\"1x1\", gpu=0, cpu=1, memMB=2000, image=\"quay.io/project-codeflare/demo-images:pytorch-mnist-v0.0.1\").submit()"
3840
]
3941
},
4042
{

0 commit comments

Comments
 (0)