From 960debc1ed9fc55189b58d45f39a4b60adcc9148 Mon Sep 17 00:00:00 2001 From: mingzailao Date: Tue, 5 Dec 2023 07:15:52 -0500 Subject: [PATCH] sda --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index e980ccd..294ffba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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