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 ..
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user