Skip to content

Commit

Permalink
For unity_datascience add h5netcdf. Ensure basemap version is >= 1.4.0
Browse files Browse the repository at this point in the history
to bring it up to date to the now maintained versions.
  • Loading branch information
mcduffie committed Feb 13, 2024
1 parent 4066a5a commit 5412e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity_datascience/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5412e85

Please sign in to comment.