Skip to content

Commit

Permalink
also update dask to latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Feb 22, 2021
1 parent c992334 commit 0550703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dask_gateway/config_dask-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gateway:
# The image to use for both schedulers and workers.
image:
name: "zonca/docker-jupyter-cdms-light"
tag: "2020.07.07"
tag: "2020.11.25"
pullPolicy: IfNotPresent

# The namespace to launch dask clusters in. If not specified, defaults to
Expand Down Expand Up @@ -122,7 +122,7 @@ gateway:
c.Backend.cluster_options = Options(
Integer("worker_cores", 2, min=1, max=4, label="Worker Cores"),
Float("worker_memory", 4, min=1, max=10, label="Worker Memory (GiB)"),
String("image", default="zonca/docker-jupyter-cdms-light:2020.07.07", label="Image"),
String("image", default="zonca/docker-jupyter-cdms-light:2020.11.25", label="Image"),
handler=option_handler,
)
Expand Down

0 comments on commit 0550703

Please sign in to comment.