Migrate repositories to ray-project. (#438)

* Migrate repositories to ray-project.

* Update numbuf to the migrated version.
This commit is contained in:
Robert Nishihara
2016-09-17 00:52:05 -07:00
committed by Philipp Moritz
parent 4fc42c3e1e
commit 91f16a3df0
17 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN adduser ray-user sudo
RUN sed -i "s|%sudo\tALL=(ALL:ALL) ALL|%sudo\tALL=NOPASSWD: ALL|" /etc/sudoers
USER ray-user
WORKDIR /home/ray-user
RUN git clone https://github.com/amplab/ray
RUN git clone https://github.com/ray-project/ray
WORKDIR /home/ray-user/ray
RUN ./setup.sh
RUN ./build.sh