Skip to content

Commit

Permalink
Add basemap and cartopy to unity_datascience image
Browse files Browse the repository at this point in the history
  • Loading branch information
mcduffie committed Dec 20, 2023
1 parent b41e14d commit 4066a5a
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 && \
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

Expand Down

0 comments on commit 4066a5a

Please sign in to comment.