From 4066a5a698d81abde4cc1d91bd8cc8677a94ba54 Mon Sep 17 00:00:00 2001 From: James McDuffie Date: Wed, 20 Dec 2023 13:41:29 -0800 Subject: [PATCH] Add basemap and cartopy to unity_datascience image --- unity_datascience/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity_datascience/Dockerfile b/unity_datascience/Dockerfile index 373b3c3..a83719b 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 && \ +RUN mamba install -y nb_conda_kernels ipykernel s3fs boto3 netcdf4 xarray basemap cartopy && \ conda clean -y --all RUN pip install unity_sds_client podaac-data-subscriber