Skip to content

Commit

Permalink
Merge branch 'add/example_notebooks/kubernetes_docs' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/GoogleCloudPlatform/ai-on-gke into add/example_notebooks/kubernetes_docs
  • Loading branch information
german-grandas committed Sep 18, 2024
2 parents f54e7ed + 8197739 commit 34e1d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ steps:
# Wait for jupyterhub to trigger notebook pod startup
sleep 5s
kubectl wait --for=condition=Ready pod/jupyter-admin -n rag-$SHORT_SHA-$_BUILD_ID --timeout=500s
kubectl exec -it -n rag-$SHORT_SHA-$_BUILD_ID jupyter-admin -c notebook -- jupyter nbconvert --to script /data/rag-data-ingest-with-kubernetes-docs.ipynb
kubectl exec -it -n rag-$SHORT_SHA-$_BUILD_ID jupyter-admin -c notebook -- jupyter nbconvert --to python /data/rag-data-ingest-with-kubernetes-docs.ipynb
kubectl exec -it -n rag-$SHORT_SHA-$_BUILD_ID jupyter-admin -c notebook -- ipython /data/rag-data-ingest-with-kubernetes-docs.py
python3 ./applications/rag/tests/test_rag.py "http://127.0.0.1:8081/prompt"
Expand Down Expand Up @@ -395,4 +395,4 @@ availableSecrets:
- versionName: projects/gke-ai-eco-dev/secrets/cloudbuild-kaggle-username/versions/latest
env: 'KAGGLE_USERNAME'
- versionName: projects/gke-ai-eco-dev/secrets/cloudbuild-kaggle-key/versions/latest
env: 'KAGGLE_KEY'
env: 'KAGGLE_KEY'

0 comments on commit 34e1d5d

Please sign in to comment.