Skip to content

Commit

Permalink
run cartopy feature download script from new location -- see SciTools…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 24, 2024
1 parent 01c15fe commit 0d89f74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/scripts/docker_env/Dockerfile.cartopy
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ ARG METPLUS_ENV_VERSION
ARG ENV_NAME
RUN apt update && apt -y upgrade \
&& apt install -y curl \
&& rm -f cartopy_feature_download.py \
&& curl https://raw.githubusercontent.com/SciTools/cartopy/master/tools/cartopy_feature_download.py > cartopy_feature_download.py \
&& /usr/local/conda/envs/${ENV_NAME}.${METPLUS_ENV_VERSION}/bin/python3 cartopy_feature_download.py cultural physical
&& /usr/local/conda/envs/${ENV_NAME}.${METPLUS_ENV_VERSION}/bin/cartopy_feature_download cultural physical

# remove base environment to free up space
ARG METPLUS_ENV_VERSION
Expand Down

0 comments on commit 0d89f74

Please sign in to comment.