add feature

This commit is contained in:
baoliang 2025-01-12 19:19:30 +08:00
parent 5d3fefd1f9
commit 4084015adb

View File

@ -119,8 +119,11 @@ 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 /inputdata \ RUN chown -R clm:clm /home /home/${USER} /home/${USER}/.cime \
&& chmod 755 -R /inputdata /home/${USER}/.cime /home/${USER} && chmod 755 -R /home/${USER}/.cime /home/${USER}
RUN chown -R clm:clm /inputdata \
&& chmod 755 -R /inputdata
USER ${USER} USER ${USER}
CMD bash CMD bash