File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
'SHELL ["/bin/bash", "-c"]\n '
47
47
"RUN apt-get update -y \
48
48
&& apt-get install -y unzip curl\n \n "
49
- "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge -Linux-x86_64.sh' \
50
- && bash Mambaforge -Linux-x86_64.sh -b -p '/opt/conda' \
49
+ "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3 -Linux-x86_64.sh' \
50
+ && bash Miniforge3 -Linux-x86_64.sh -b -p '/opt/conda' \
51
51
&& /opt/conda/bin/conda init bash\n \n "
52
52
"ENV PATH $PATH:/opt/conda/bin\n "
53
53
"RUN mamba create -n integ_test_env python={py_version} -y \
86
86
'SHELL ["/bin/bash", "-c"]\n '
87
87
"RUN apt-get update -y \
88
88
&& apt-get install -y unzip curl\n \n "
89
- "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge -Linux-x86_64.sh' \
90
- && bash Mambaforge -Linux-x86_64.sh -b -p '/opt/conda' \
89
+ "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3 -Linux-x86_64.sh' \
90
+ && bash Miniforge3-Miniforge3 -Linux-x86_64.sh -b -p '/opt/conda' \
91
91
&& /opt/conda/bin/conda init bash\n \n "
92
92
"ENV PATH $PATH:/opt/conda/bin\n "
93
93
"COPY {source_archive} ./\n "
You can’t perform that action at this time.
0 commit comments