ray/docker/examples/Dockerfile
Johann Schleier-Smith 8bb87a4f6b updated Docker files (#171)
* updated Docker files

* single Docker RUN for apt-get installs and cleanup

* stylistic cleanup
2016-12-31 17:21:33 -08:00

6 lines
203 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 zlib1g-dev
RUN pip install gym[atari]