Add curl to the dependencies
It is needed to download pip and is not installed by default in dockerfeature/cyclic
parent
4ee464bdb5
commit
3373dc81bb
2
setup.sh
2
setup.sh
|
@ -40,7 +40,7 @@ os=$(uname -s)
|
|||
if [ "$os" = "Linux" ]; then
|
||||
if is_command apt-get; then
|
||||
wait_for_apt
|
||||
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
|
||||
sudo apt-get install -y python3-pip curl libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
|
||||
fi
|
||||
elif [ "$os" = "Darwin" ]; then
|
||||
if is_command brew; then
|
||||
|
|
Loading…
Reference in New Issue