ray/docker/examples/Dockerfile
2018-04-23 23:18:09 -07:00

8 lines
355 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
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
# RUN conda install -y -q pytorch torchvision -c soumith