Skip to content

Commit cf68fa0

Browse files
Update notebook imagestream to v0.10.1
1 parent bcaa0e8 commit cf68fa0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Integration of this stack into the Open Data Hub is owned by the Distributed Wor
2626
|------------------------------|---------|
2727
| CodeFlare Operator | v1.0.0-rc.1 |
2828
| Multi-Cluster App Dispatcher | v1.35.0 |
29-
| CodeFlare-SDK | v0.8.0 |
29+
| CodeFlare-SDK | v0.10.1 |
3030
| InstaScale | v0.0.9 |
3131
| KubeRay | v0.6.0 |
3232
<!-- Compatibility Matrix end -->

codeflare-stack/base/codeflare-notebook-imagestream.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
tags:
1414
- annotations:
1515
openshift.io/imported-from: quay.io/project-codeflare/notebook
16-
name: v0.8.0
16+
name: v0.10.1
1717
from:
1818
kind: DockerImage
19-
name: quay.io/project-codeflare/notebook:v0.8.0
19+
name: quay.io/project-codeflare/notebook:v0.10.1
2020
importPolicy:
2121
scheduled: true

tests/integration/resources/mnist_ray_mini.ipynb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
"from time import sleep"
1616
]
1717
},
18+
{
19+
"cell_type": "code",
20+
"execution_count": null,
21+
"id": "443900bf",
22+
"metadata": {},
23+
"outputs": [],
24+
"source": []
25+
},
1826
{
1927
"cell_type": "code",
2028
"execution_count": null,
@@ -40,7 +48,7 @@
4048
"outputs": [],
4149
"source": [
4250
"# Create our cluster and submit appwrapper\n",
43-
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', head_cpus=2, head_memory=8, num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, instascale=False))"
51+
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', head_cpus=1, head_memory=2, num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, instascale=False))"
4452
]
4553
},
4654
{

0 commit comments

Comments
 (0)