From 5412e8567fa50c38d7d39b2287bef29e6c7fa924 Mon Sep 17 00:00:00 2001 From: James McDuffie Date: Tue, 13 Feb 2024 11:46:19 -0800 Subject: [PATCH] For unity_datascience add h5netcdf. Ensure basemap version is >= 1.4.0 to bring it up to date to the now maintained versions. --- unity_datascience/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity_datascience/Dockerfile b/unity_datascience/Dockerfile index a83719b..3e9e21c 100644 --- a/unity_datascience/Dockerfile +++ b/unity_datascience/Dockerfile @@ -15,7 +15,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2 ./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli && \ rm -rf awscliv2.zip aws -RUN mamba install -y nb_conda_kernels ipykernel s3fs boto3 netcdf4 xarray basemap cartopy && \ +RUN mamba install -y nb_conda_kernels ipykernel s3fs boto3 netcdf4 xarray basemap cartopy h5netcdf 'basemap>=1.4.0' && \ conda clean -y --all RUN pip install unity_sds_client podaac-data-subscriber