We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba3997 commit 0dae5c9Copy full SHA for 0dae5c9
tests/integ/sagemaker/conftest.py
@@ -46,7 +46,7 @@
46
'SHELL ["/bin/bash", "-c"]\n'
47
"RUN apt-get update -y \
48
&& apt-get install -y unzip curl\n\n"
49
- "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh' \
+ "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/download/24.11.3-2/Miniforge3-Linux-x86_64.sh' \
50
&& bash Miniforge3-Linux-x86_64.sh -b -p '/opt/conda' \
51
&& /opt/conda/bin/conda init bash\n\n"
52
"ENV PATH $PATH:/opt/conda/bin\n"
0 commit comments