add feature

This commit is contained in:
baoliang 2025-01-12 19:16:29 +08:00
parent 38e1c77358
commit 5d3fefd1f9

View File

@ -119,7 +119,7 @@ COPY run_CLM50_example01.sh /home/${USER}/cesm/
WORKDIR /home/${USER}/cesm WORKDIR /home/${USER}/cesm
RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime \ RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime /inputdata \
&& chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER} && chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER}
USER ${USER} USER ${USER}