mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Integration of Webui with Ray (#32)
* Initial integration of webui with ray * Re-organized calling of build-webui in setup.py * Fixed Lint comments on js code * Fixed more lint issues * Fixed various issues * Fixed directory in services.py * Small changes. * Changes to match lint
This commit is contained in:
committed by
Robert Nishihara
parent
7babe0d22f
commit
08707f9408
@@ -9,7 +9,7 @@ To install Ray, first install the following dependencies. We recommend using
|
||||
|
||||
```
|
||||
brew update
|
||||
brew install cmake automake autoconf libtool boost
|
||||
brew install cmake automake autoconf libtool boost node
|
||||
sudo easy_install pip # If you're using Anaconda, then this is unnecessary.
|
||||
|
||||
pip install numpy funcsigs colorama psutil redis --ignore-installed six
|
||||
|
||||
@@ -10,7 +10,7 @@ To install Ray, first install the following dependencies. We recommend using
|
||||
|
||||
```
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake build-essential autoconf curl libtool python-dev python-pip libboost-all-dev unzip # If you're using Anaconda, then python-dev and python-pip are unnecessary.
|
||||
sudo apt-get install -y cmake build-essential autoconf curl libtool python-dev python-pip libboost-all-dev unzip nodejs npm # If you're using Anaconda, then python-dev and python-pip are unnecessary.
|
||||
|
||||
pip install numpy funcsigs colorama psutil redis
|
||||
pip install --upgrade git+git://github.com/cloudpipe/cloudpickle.git@0d225a4695f1f65ae1cbb2e0bbc145e10167cce4 # We use the latest version of cloudpickle because it can serialize named tuples.
|
||||
|
||||
Reference in New Issue
Block a user