From ecd2d44126372390761834a835f20b1ee15eb78f Mon Sep 17 00:00:00 2001 From: baoliang Date: Sun, 12 Jan 2025 20:07:15 +0800 Subject: [PATCH] add feature --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e612505..db53eae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,6 +109,7 @@ RUN git clone -b release-clm5.0 https://github.com/ESCOMP/CTSM.git ctsm \ && cd .. RUN mkdir -p /inputdata +RUN chmod 777 -R /inputdata VOLUME ["/inputdata"] ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \ LANG=C.UTF-8 @@ -122,8 +123,6 @@ WORKDIR /home/${USER}/cesm RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime \ && chmod 755 -R /home/${USER}/.cime /home/${USER} -RUN chown -R clm:clm /inputdata \ - && chmod 777 -R /inputdata USER ${USER} CMD bash