Skip to content

Commit

Permalink
add notebook version to jupyterhub app
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsliu committed Apr 1, 2024
1 parent 6fda174 commit 4cd1a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/jupyter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ module "jupyterhub" {
workload_identity_service_account = local.workload_identity_service_account
gcs_bucket = var.gcs_bucket
autopilot_cluster = local.enable_autopilot
notebook_image = "jupyter/tensorflow-notebook"
notebook_image_tag = "python-3.10"

# IAP Auth parameters
add_auth = var.add_auth
Expand Down

0 comments on commit 4cd1a77

Please sign in to comment.