From 38e1c7735878993195d026d9b373324f33def130 Mon Sep 17 00:00:00 2001 From: baoliang Date: Sun, 12 Jan 2025 19:12:52 +0800 Subject: [PATCH] add feature --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e6b7c7..e2fa32b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -108,6 +108,7 @@ RUN git clone -b release-clm5.0 https://github.com/ESCOMP/CTSM.git ctsm \ && chown -R clm:clm /model/ctsm \ && cd .. +RUN mkdir -p /inputdata VOLUME ["/inputdata"] ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \ LANG=C.UTF-8