add feature
This commit is contained in:
parent
777fde64ea
commit
ecd2d44126
@ -109,6 +109,7 @@ RUN git clone -b release-clm5.0 https://github.com/ESCOMP/CTSM.git ctsm \
|
|||||||
&& cd ..
|
&& cd ..
|
||||||
|
|
||||||
RUN mkdir -p /inputdata
|
RUN mkdir -p /inputdata
|
||||||
|
RUN chmod 777 -R /inputdata
|
||||||
VOLUME ["/inputdata"]
|
VOLUME ["/inputdata"]
|
||||||
ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \
|
ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \
|
||||||
LANG=C.UTF-8
|
LANG=C.UTF-8
|
||||||
@ -122,8 +123,6 @@ 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 \
|
||||||
&& chmod 755 -R /home/${USER}/.cime /home/${USER}
|
&& chmod 755 -R /home/${USER}/.cime /home/${USER}
|
||||||
|
|
||||||
RUN chown -R clm:clm /inputdata \
|
|
||||||
&& chmod 777 -R /inputdata
|
|
||||||
|
|
||||||
USER ${USER}
|
USER ${USER}
|
||||||
CMD bash
|
CMD bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user