Skip to content

Commit

Permalink
Bump pangeo image tags for LEAP & m2lines
Browse files Browse the repository at this point in the history
Brings in pangeo-data/pangeo-docker-images#395,
which brings in conda-forge/pangeo-dask-feedstock#96,
which brings in newer versions of dask and dask-gateway.

Follow-up to 2i2c-org#1769
  • Loading branch information
yuvipanda committed Oct 18, 2022
1 parent f086c27 commit c181d2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/clusters/leap/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ basehub:
singleuser:
image:
name: pangeo/pangeo-notebook
tag: "2022.10.13"
tag: "2022.10.18"
extraEnv:
GH_SCOPED_CREDS_CLIENT_ID: "Iv1.0c7df3d4b3191b2f"
GH_SCOPED_CREDS_APP_URL: https://github.com/apps/leap-hub-push-access
Expand Down Expand Up @@ -141,12 +141,12 @@ basehub:
default: true
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2022.10.13"
image: "pangeo/ml-notebook:2022.10.18"
pytorch:
display_name: Pangeo PyTorch ML Notebook
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2022.10.13"
image: "pangeo/pytorch-notebook:2022.10.18"
kubespawner_override:
mem_limit: 30G
mem_guarantee: 24G
Expand Down
6 changes: 3 additions & 3 deletions config/clusters/m2lines/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ basehub:
# User image repo: https://github.com/pangeo-data/pangeo-docker-images
image:
name: pangeo/pangeo-notebook
tag: "2022.10.13"
tag: "2022.10.18"
profileList:
# The mem-guarantees are here so k8s doesn't schedule other pods
# on these nodes. They need to be just under total allocatable
Expand Down Expand Up @@ -122,13 +122,13 @@ basehub:
display_name: Pangeo Tensorflow ML Notebook
slug: "tensorflow"
kubespawner_override:
image: "pangeo/ml-notebook:2022.10.13"
image: "pangeo/ml-notebook:2022.10.18"
pytorch:
display_name: Pangeo PyTorch ML Notebook
default: true
slug: "pytorch"
kubespawner_override:
image: "pangeo/pytorch-notebook:2022.10.13"
image: "pangeo/pytorch-notebook:2022.10.18"
kubespawner_override:
mem_limit: 30G
mem_guarantee: 24G
Expand Down

0 comments on commit c181d2f

Please sign in to comment.