mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 10:01:11 +08:00
91f16a3df0
* Migrate repositories to ray-project. * Update numbuf to the migrated version.
11 lines
309 B
Docker
11 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
|