Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd690d0

Browse files
committedOct 3, 2024·
Fix download url
1 parent d7edcda commit fd690d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/integ/sagemaker/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
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 \

0 commit comments

Comments
 (0)
Please sign in to comment.