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

install script #42

Open
UnixJunkie opened this issue Sep 26, 2023 · 3 comments
Open

install script #42

UnixJunkie opened this issue Sep 26, 2023 · 3 comments

Comments

@UnixJunkie
Copy link

It would be nice to have a way to automatically install all requirements and dependencies.

@UnixJunkie
Copy link
Author

Some content for it:

sudo apt install libnvidia-compute nvidia-compute-utils
pip3 install --upgrade --user ase

@UnixJunkie
Copy link
Author

wget https://sourceforge.net/projects/boost/files/boost/1.63.0/boost_1_63_0.tar.bz2
tar xjf boost_1_63_0.tar.bz2
cd boost_1_63_0
./b2 -j `getconf _NPROCESSORS_ONLN`

@UnixJunkie
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant