File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 'SHELL ["/bin/bash", "-c"]\n '
4747 "RUN apt-get update -y \
4848 && apt-get install -y unzip curl\n \n "
49- "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m) .sh' \
50- && bash Miniforge3-$(uname)-$(uname -m) .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' \
5151 && /opt/conda/bin/conda init bash\n \n "
5252 "ENV PATH $PATH:/opt/conda/bin\n "
5353 "RUN mamba create -n integ_test_env python={py_version} -y \
8686 'SHELL ["/bin/bash", "-c"]\n '
8787 "RUN apt-get update -y \
8888 && apt-get install -y unzip curl\n \n "
89- "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m) .sh' \
90- && bash Miniforge3-$(uname)-$(uname -m) .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' \
9191 && /opt/conda/bin/conda init bash\n \n "
9292 "ENV PATH $PATH:/opt/conda/bin\n "
9393 "COPY {source_archive} ./\n "
You can’t perform that action at this time.
0 commit comments