From aefecfb80d42d70db03c9c3f3bf3774d28e13482 Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 10 Sep 2024 13:11:49 -0700 Subject: [PATCH 1/2] dask fix attempt 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e17eec2..ec52c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ USER root #xarray, netCDF, and dask #RUN apt-get -y install htop -RUN pip install xarray netCDF4 dask +RUN pip install xarray netCDF4 dask[complete] # 3) install packages using notebook user USER jovyan From 85121601ed3221caba4a0bcca28ace95f80af33c Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 10 Sep 2024 13:14:42 -0700 Subject: [PATCH 2/2] trigger rebuild --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1986455..6ebdc9a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A new version of the image is built whenever the repository is updated. The tag ## How to create a release -First, determine on the tag to use. It's recommended to use the current quarter. The tag would be "sp23" for spring 2023. +First, determine on the tag to use. It's recommended to use the current quarter. The tag would be "sp23" for Spring 2023. Open the [Releases](../../releases) page and click the `Create a new release` button. Enter the tag in the "Choose a Tag" field and press enter to confirm. Then click "Publish Release" to create the tag.