Anaconda3静默安装

cooolr 于 2023-05-04 发布
bash Anaconda3-5.2.0-Linux-x86_64.sh -b -p /opt/anaconda3

制作Anaconda3 Docker镜像

From debian:latest

RUN apt-get update
RUN apt-get install wget bzip2 gcc g++ make cmake build-essential -y

RUN wget https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh

RUN sh Anaconda3-2023.03-1-Linux-x86_64.sh -b -p /opt/anaconda