[CI] Fix S3 upload (#7662)

This commit is contained in:
Philip Hyunsu Cho
2022-02-16 03:35:27 -06:00
committed by GitHub
parent 93eebe8664
commit 0149f81a5a
4 changed files with 16 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ RUN \
# Python
wget -nv -nc -O Miniconda3.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash Miniconda3.sh -b -p /opt/python && \
/opt/python/bin/python -m pip install awscli && \
# CMake
wget -nv -nc https://cmake.org/files/v3.14/cmake-3.14.0-Linux-x86_64.sh --no-check-certificate && \
bash cmake-3.14.0-Linux-x86_64.sh --skip-license --prefix=/usr