add feature

This commit is contained in:
baoliang 2025-01-12 19:01:19 +08:00
parent a0dcb949d0
commit 26c09e0e54

View File

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