Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 11, 2024
1 parent 5275732 commit 38e813a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ COPY cime.yaml /cime.yaml
RUN mamba env update -f /cime.yaml && \
rm -rf /opt/conda/pkgs/* && \
ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ar /opt/conda/bin/ar && \
ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib && \
# need compilers
# cpan install Alien::Base::Wrapper Alien::Build::Plugin XML::LibXML
# I think switch was only needed for pop
#cpan install Switch
ln -sf /opt/conda/bin/x86_64-conda-linux-gnu-ranlib /opt/conda/bin/ranlib

ARG PNETCDF_VERSION=1.12.3
ENV PNETCDF_VERSION=${PNETCDF_VERSION}
Expand Down

0 comments on commit 38e813a

Please sign in to comment.