Files
ray/docker/examples/Dockerfile
T
Johann Schleier-Smith 4f6100b67f fix docker build bug (#207)
2017-01-18 23:23:34 -08:00

7 lines
206 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]