[tune] Fix Jenkins tests (#6028)

This commit is contained in:
Richard Liaw
2019-11-01 16:42:04 -07:00
committed by GitHub
parent fb34928a2a
commit e94bebb1de
4 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ FROM ray-project/deploy
# This updates numpy to 1.14 and mutes errors from other libraries
RUN conda install -y numpy
RUN apt-get install -y zlib1g-dev
# Needed to run Tune example with a 'plot' call - which does not actually render a plot, but throws an error.
RUN apt-get install -y zlib1g-dev libgl1-mesa-dev
# The following is needed to support TensorFlow 1.14
RUN conda remove -y --force wrapt
RUN pip install -U pip