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 f59a3cc commit ae547ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ COPY tests ${CODE_ROOT}/tests
# Install conda environments
ENV CONDA_ROOT=/opt/conda/
ENV CONDA_ENV_DIR=/opt/conda/envs
USER mambauser
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"]
ENTRYPOINT ["micromamba activate _MDTF_base"]
CMD ["/bin/bash", "--help"]
#ENTRYPOINT ["micromamba activate _MDTF_base"]
CMD ["/bin/bash"]

0 comments on commit ae547ea

Please sign in to comment.