Skip to content

Commit

Permalink
Merge pull request #420 from jhamman/patch-1
Browse files Browse the repository at this point in the history
update carbonplan image
  • Loading branch information
yuvipanda authored May 18, 2021
2 parents 8d61a4f + a2d45b4 commit f1321bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/hubs/carbonplan.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ hubs:
subPath: "{username}"
image:
name: carbonplan/trace-python-notebook
tag: sha-da2d1c9
tag: latest
profileList:
# The mem-guarantees are here so k8s doesn't schedule other pods
# on these nodes.
Expand Down Expand Up @@ -167,7 +167,7 @@ hubs:
return Options(
Integer("worker_cores", 2, min=1, max=16, label="Worker Cores"),
Float("worker_memory", 4, min=1, max=32, label="Worker Memory (GiB)"),
String("image", default="pangeo/pangeo-notebook:latest", label="Image"),
String("image", default="carbonplan/trace-python-notebook:latest", label="Image"),
handler=option_handler,
)
c.Backend.cluster_options = cluster_options
Expand All @@ -179,4 +179,4 @@ hubs:
template: daskhub
auth0:
connection: github
config: *carbonPlanHubConfig
config: *carbonPlanHubConfig

0 comments on commit f1321bf

Please sign in to comment.