mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* wip * add directory * wip * try again * Revert "try again" This reverts commit 82d33ccea6f92848df025e019b87df73cea49e5d. * finish * formatting * fix merge * fix path * chmod * check * sudo * wip * update * fix horovod * try * typo * reduce num workers
10 lines
No EOL
267 B
Bash
Executable file
10 lines
No EOL
267 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo apt update
|
|
sudo apt -y install build-essential
|
|
pip install cmake
|
|
|
|
pip install -U -r ./driver_requirements.txt
|
|
|
|
|
|
HOROVOD_WITH_GLOO=1 HOROVOD_WITHOUT_MPI=1 HOROVOD_WITHOUT_TENSORFLOW=1 HOROVOD_WITHOUT_MXNET=1 HOROVOD_WITH_PYTORCH=1 pip install horovod |