sada
parent
2c745a8dc6
commit
49412528d0
|
@ -27,7 +27,11 @@ RUN usermod -s /bin/zsh root
|
||||||
|
|
||||||
ENTRYPOINT service ssh start && zsh
|
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