Skip to content

Commit

Permalink
replace jupyter notebook tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsliu authored Apr 1, 2024
1 parent 8961bb3 commit 6fda174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rag/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ module "jupyterhub" {
workload_identity_service_account = local.jupyter_service_account

notebook_image = "us-central1-docker.pkg.dev/ai-on-gke/rag-on-gke/jupyter-notebook-image"
notebook_image_tag = "latest"
notebook_image_tag = "v1.1-rag"

db_secret_name = module.cloudsql.db_secret_name
cloudsql_instance_name = local.cloudsql_instance
Expand Down

0 comments on commit 6fda174

Please sign in to comment.