11.8.0-cudnn8-devel-ubuntu18.04-conda
mingzailao 2023-12-05 07:15:52 -05:00
parent 1f0da2edf5
commit 960debc1ed
1 changed files with 7 additions and 0 deletions

View File

@ -27,3 +27,10 @@ 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