sda
parent
1f0da2edf5
commit
960debc1ed
|
@ -27,3 +27,10 @@ RUN usermod -s /bin/zsh root
|
|||
ENTRYPOINT service ssh start && zsh
|
||||
|
||||
|
||||
|
||||
|
||||
COPY ./conda/Miniconda3-latest-Linux-x86_64.sh /opt/Miniconda3-latest-Linux-x86_64.sh
|
||||
|
||||
RUN bash /opt/Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda
|
||||
RUN rm -f /opt/Miniconda3-latest-Linux-x86_64.sh
|
||||
ENV PATH /opt/conda/bin:$PATH
|
||||
|
|
Loading…
Reference in New Issue