mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
Migrate repositories to ray-project. (#438)
* Migrate repositories to ray-project. * Update numbuf to the migrated version.
This commit is contained in:
committed by
Philipp Moritz
parent
4fc42c3e1e
commit
91f16a3df0
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Bulding on top of deploy image, this Dockerfile adds libraries needed
|
||||
# for running examples.
|
||||
|
||||
FROM amplab/ray:deploy
|
||||
FROM ray-project/ray:deploy
|
||||
|
||||
# Tensorflow
|
||||
RUN pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Bulding on top of base test image, this Dockerfile adds libraries
|
||||
# needed for running additional examples.
|
||||
|
||||
FROM amplab/ray:test-base
|
||||
FROM ray-project/ray:test-base
|
||||
|
||||
# Tensorflow
|
||||
RUN pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
|
||||
|
||||
Reference in New Issue
Block a user