Skip to content

Commit

Permalink
ci: fix cuda build by adding ssl in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Jul 3, 2024
1 parent 34799a5 commit f416bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/prepare_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

if [[ "$OSTYPE" == "linux"* ]]; then
if command -v apt-get ; then
apt-get -y install protobuf-compiler libopenblas-dev sqlite3 graphviz
apt-get -y install protobuf-compiler libopenblas-dev sqlite3 graphviz libcurl4-openssl-dev
else
# Build from manylinux2014 container
yum -y install openblas-devel perl-IPC-Cmd unzip curl openssl-devel
Expand All @@ -30,4 +30,4 @@ if [[ "$OSTYPE" == "linux"* ]]; then
fi

install_mailpit
fi
fi

0 comments on commit f416bc3

Please sign in to comment.