ray/docker/test-examples/Dockerfile
Robert Nishihara 91f16a3df0 Migrate repositories to ray-project. (#438)
* Migrate repositories to ray-project.

* Update numbuf to the migrated version.
2016-09-17 00:52:05 -07:00

10 lines
309 B
Docker

# Bulding on top of base test image, this Dockerfile adds libraries
# needed for running additional examples.
FROM ray-project/ray:test-base
# Tensorflow
RUN pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
# SciPy
RUN pip install scipy