Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Aug 29, 2023
1 parent ed09195 commit f59a3cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ COPY tests ${CODE_ROOT}/tests
# Install conda environments
ENV CONDA_ROOT=/opt/conda/
ENV CONDA_ENV_DIR=/opt/conda/envs
#RUN micromamba create -f /proj/MDTF-diagnostics/src/conda/env_base.yml
RUN micromamba create -f /proj/MDTF-diagnostics/src/conda/env_base.yml
#cRUN micromamba activate _MDTF_base
# Verify installation
#RUN /proj/MDTF-diagnostics/mdtf_framework.py --help
# Run mdtf on src/default_tests.jsonc
# CMD ["${CODE_ROOT}/mdtf", "-f","${CODE_ROOT}/src/default_tests.jsonc"]
#later ENTRYPOINT ["bash","micromamba shell hook --shell bash","micromamba activate _MDTF_base"]
#later CMD ["/proj/MDTF-diagnostics/mdtf_framework.py", "--help"]
ENTRYPOINT ["micromamba activate _MDTF_base"]
CMD ["/bin/bash", "--help"]

0 comments on commit f59a3cc

Please sign in to comment.