Skip to content

Commit ced46e9

Browse files
committed
Applying fixes to resolve PR comments
1 parent 0672f83 commit ced46e9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

ai/ai-starter-kit/helm-chart/ai-starter-kit/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The chart supports different storage configurations:
8282

8383
### Using GPUs
8484

85-
In order to use GPUs for AI/ML workloads we need to add the necessary config to the services. Check the dependency charts documentation for the values. For example jupyterhub config would be:
85+
In order to use GPUs for AI/ML workloads we need to add the necessary config to the services. Check the dependency charts documentation for the values. The following example uses GKE nodeSelector as an example. For instance jupyterhub config could be:
8686

8787
```yaml
8888
juypterhub:
@@ -177,11 +177,6 @@ kubectl delete pvc ai-starter-kit-models-cache-pvc
177177
kubectl delete pvc ai-starter-kit-jupyterhub-hub-db-dir
178178
```
179179

180-
### Delete GKE cluster
181-
```bash
182-
gcloud container clusters delete ${CLUSTER_NAME} --region=${REGION}
183-
```
184-
185180
### Stop minikube
186181
```bash
187182
minikube stop

ai/ai-starter-kit/helm-chart/ai-starter-kit/files/ray.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"outputs": [],
2323
"source": [
24-
"!pip install numpy mlflow tensorflow \"ray[serve,default,client]\""
24+
"!pip install numpy mlflow tensorflow==2.20.0 \"ray[serve,default,client]\""
2525
]
2626
},
2727
{

0 commit comments

Comments
 (0)