mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Update doc versions from 0.8.0.dev3 to 0.8.0.dev4. (#5585)
This commit is contained in:
parent
85a92bcb8b
commit
93e103135b
8 changed files with 23 additions and 23 deletions
|
@ -34,14 +34,14 @@ master branch). To install these wheels, run the following command:
|
||||||
=================== ===================
|
=================== ===================
|
||||||
|
|
||||||
|
|
||||||
.. _`Linux Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp37-cp37m-manylinux1_x86_64.whl
|
.. _`Linux Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp37-cp37m-manylinux1_x86_64.whl
|
||||||
.. _`Linux Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
.. _`Linux Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
.. _`Linux Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-manylinux1_x86_64.whl
|
.. _`Linux Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-manylinux1_x86_64.whl
|
||||||
.. _`Linux Python 2.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27mu-manylinux1_x86_64.whl
|
.. _`Linux Python 2.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27mu-manylinux1_x86_64.whl
|
||||||
.. _`MacOS Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp37-cp37m-macosx_10_6_intel.whl
|
.. _`MacOS Python 3.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp37-cp37m-macosx_10_6_intel.whl
|
||||||
.. _`MacOS Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-macosx_10_6_intel.whl
|
.. _`MacOS Python 3.6`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-macosx_10_6_intel.whl
|
||||||
.. _`MacOS Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-macosx_10_6_intel.whl
|
.. _`MacOS Python 3.5`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-macosx_10_6_intel.whl
|
||||||
.. _`MacOS Python 2.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27m-macosx_10_6_intel.whl
|
.. _`MacOS Python 2.7`: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27m-macosx_10_6_intel.whl
|
||||||
|
|
||||||
Building Ray from Source
|
Building Ray from Source
|
||||||
------------------------
|
------------------------
|
||||||
|
|
|
@ -4,7 +4,7 @@ FROM ray-project/base-deps
|
||||||
|
|
||||||
# We install ray and boto3 to enable the ray autoscaler as
|
# We install ray and boto3 to enable the ray autoscaler as
|
||||||
# a test runner.
|
# a test runner.
|
||||||
RUN pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl boto3
|
RUN pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl boto3
|
||||||
RUN mkdir -p /root/.ssh/
|
RUN mkdir -p /root/.ssh/
|
||||||
|
|
||||||
# We port the source code in so that we run the most up-to-date stress tests.
|
# We port the source code in so that we run the most up-to-date stress tests.
|
||||||
|
|
|
@ -5,7 +5,7 @@ FROM ray-project/base-deps
|
||||||
# We install ray and boto3 to enable the ray autoscaler as
|
# We install ray and boto3 to enable the ray autoscaler as
|
||||||
# a test runner.
|
# a test runner.
|
||||||
RUN conda install -y numpy
|
RUN conda install -y numpy
|
||||||
RUN pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl boto3
|
RUN pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl boto3
|
||||||
# We install this after the latest wheels -- this should not override the latest wheels.
|
# We install this after the latest wheels -- this should not override the latest wheels.
|
||||||
RUN apt-get install -y zlib1g-dev
|
RUN apt-get install -y zlib1g-dev
|
||||||
# The following is needed to support TensorFlow 1.14
|
# The following is needed to support TensorFlow 1.14
|
||||||
|
|
|
@ -113,9 +113,9 @@ setup_commands:
|
||||||
# has your Ray repo pre-cloned. Then, you can replace the pip installs
|
# has your Ray repo pre-cloned. Then, you can replace the pip installs
|
||||||
# below with a git checkout <your_sha> (and possibly a recompile).
|
# below with a git checkout <your_sha> (and possibly a recompile).
|
||||||
- echo 'export PATH="$HOME/anaconda3/envs/tensorflow_p36/bin:$PATH"' >> ~/.bashrc
|
- echo 'export PATH="$HOME/anaconda3/envs/tensorflow_p36/bin:$PATH"' >> ~/.bashrc
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27mu-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27mu-manylinux1_x86_64.whl
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-manylinux1_x86_64.whl
|
||||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
# Consider uncommenting these if you also want to run apt-get commands during setup
|
# Consider uncommenting these if you also want to run apt-get commands during setup
|
||||||
# - sudo pkill -9 apt-get || true
|
# - sudo pkill -9 apt-get || true
|
||||||
# - sudo pkill -9 dpkg || true
|
# - sudo pkill -9 dpkg || true
|
||||||
|
|
|
@ -105,9 +105,9 @@ file_mounts: {
|
||||||
|
|
||||||
# List of shell commands to run to set up nodes.
|
# List of shell commands to run to set up nodes.
|
||||||
setup_commands:
|
setup_commands:
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27mu-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27mu-manylinux1_x86_64.whl
|
||||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-manylinux1_x86_64.whl
|
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-manylinux1_x86_64.whl
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
|
|
||||||
# Custom commands that will be run on the head node after common setup.
|
# Custom commands that will be run on the head node after common setup.
|
||||||
head_setup_commands:
|
head_setup_commands:
|
||||||
|
|
|
@ -127,9 +127,9 @@ setup_commands:
|
||||||
&& echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.profile
|
&& echo 'export PATH="$HOME/anaconda3/bin:$PATH"' >> ~/.profile
|
||||||
|
|
||||||
# Install ray
|
# Install ray
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27mu-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27mu-manylinux1_x86_64.whl
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-manylinux1_x86_64.whl
|
||||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
|
|
||||||
|
|
||||||
# Custom commands that will be run on the head node after common setup.
|
# Custom commands that will be run on the head node after common setup.
|
||||||
|
|
|
@ -140,9 +140,9 @@ setup_commands:
|
||||||
# - echo 'export PATH="$HOME/anaconda3/envs/tensorflow_p36/bin:$PATH"' >> ~/.bashrc
|
# - echo 'export PATH="$HOME/anaconda3/envs/tensorflow_p36/bin:$PATH"' >> ~/.bashrc
|
||||||
|
|
||||||
# Install ray
|
# Install ray
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp27-cp27mu-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp27-cp27mu-manylinux1_x86_64.whl
|
||||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp35-cp35m-manylinux1_x86_64.whl
|
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp35-cp35m-manylinux1_x86_64.whl
|
||||||
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
# - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
|
|
||||||
# Custom commands that will be run on the head node after common setup.
|
# Custom commands that will be run on the head node after common setup.
|
||||||
head_setup_commands:
|
head_setup_commands:
|
||||||
|
|
|
@ -47,7 +47,7 @@ worker_nodes:
|
||||||
# MarketType: spot
|
# MarketType: spot
|
||||||
|
|
||||||
setup_commands:
|
setup_commands:
|
||||||
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev3-cp36-cp36m-manylinux1_x86_64.whl
|
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev4-cp36-cp36m-manylinux1_x86_64.whl
|
||||||
- conda install -y pytorch torchvision cudatoolkit=9.0 -c pytorch
|
- conda install -y pytorch torchvision cudatoolkit=9.0 -c pytorch
|
||||||
- pip install -U ipdb ray[rllib]
|
- pip install -U ipdb ray[rllib]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue