We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7edcda commit fd690d0Copy full SHA for fd690d0
tests/integ/sagemaker/conftest.py
@@ -46,8 +46,8 @@
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-$(uname)-$(uname -m).sh' \
50
- && bash Miniforge3-$(uname)-$(uname -m).sh -b -p '/opt/conda' \
+ "RUN curl -L -O 'https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh' \
+ && 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"
53
"RUN mamba create -n integ_test_env python={py_version} -y \
0 commit comments