From 27c6589518e2edd0a663211e6210bcdd5a5ca9c0 Mon Sep 17 00:00:00 2001 From: mingzailao Date: Mon, 4 Dec 2023 20:30:13 -0500 Subject: [PATCH] no message --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5122bff..7051373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,3 +37,11 @@ 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 +