Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add dependency installation script for ubuntu #41

Merged
merged 9 commits into from
Jun 25, 2021
Merged

feat: add dependency installation script for ubuntu #41

merged 9 commits into from
Jun 25, 2021

Conversation

liuhatry
Copy link
Member

No description provided.

@liuhatry liuhatry requested a review from NOBLES5E June 23, 2021 12:09
@NOBLES5E NOBLES5E changed the title feat: add install.sh feat: add dependency installation script Jun 23, 2021
install.sh Outdated Show resolved Hide resolved
install.sh Outdated
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y

# install zlib, ssl, openmpi
apt-get install -y zlib1g-dev libssl-dev openmpi-bin openmpi-doc libopenmpi-dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure this works for ubuntu 1804

install.sh Show resolved Hide resolved
Copy link
Contributor

@NOBLES5E NOBLES5E left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

@NOBLES5E NOBLES5E requested a review from a team June 24, 2021 08:04
install.sh Outdated
python3 -m pip install bagua-core==0.2.2.dev15 -f https://repo.arrayfire.com/python/wheels/3.8.0/ -i https://pypi.org/simple
python3 -m pip install bagua==0.4.1.dev26 -f https://repo.arrayfire.com/python/wheels/3.8.0/ -i https://pypi.org/simple
elif [ $OS_NAME == "CentOS Linux" ]; then
yum install -y cmake3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's finish the centos part

@NOBLES5E NOBLES5E requested a review from xiufeng June 24, 2021 11:04
@NOBLES5E NOBLES5E changed the title feat: add dependency installation script feat: add dependency installation script for ubuntu Jun 25, 2021
@NOBLES5E NOBLES5E merged commit 4d820ab into BaguaSys:master Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants