[tune] Test example checkpointing (#4728)

This commit is contained in:
Richard Liaw
2019-07-10 01:58:26 -07:00
committed by GitHub
parent e55c8ca165
commit 0b540ab492
14 changed files with 157 additions and 68 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ FROM ray-project/base-deps
# We install ray and boto3 to enable the ray autoscaler as
# a test runner.
RUN conda install -y -c anaconda wrapt=1.11.1
RUN conda install -y -c anaconda numpy=1.16.4
RUN conda install -y numpy
RUN pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/latest/ray-0.8.0.dev1-cp36-cp36m-manylinux1_x86_64.whl boto3
# We install this after the latest wheels -- this should not override the latest wheels.
RUN apt-get install -y zlib1g-dev