From d7885e6f5d19625fd26b1f978dd21293c173d7c2 Mon Sep 17 00:00:00 2001 From: mingzailao Date: Tue, 5 Dec 2023 07:14:15 -0500 Subject: [PATCH] fitst add --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6715ba7..723f42f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,3 +25,12 @@ EXPOSE 22 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 +