mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

* trying to fix jenkins tests * comment out more tests * remove pytorch stuff * use non-monotonic clock (monotonic not supported on python 2.7) * whitespace
7 lines
297 B
Docker
7 lines
297 B
Docker
# The examples Docker image adds dependencies needed to run the examples
|
|
|
|
FROM ray-project/deploy
|
|
RUN conda install -y -c conda-forge tensorflow
|
|
RUN apt-get install -y zlib1g-dev
|
|
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
|
|
# RUN conda install -y -q pytorch torchvision -c soumith
|