mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
11 lines
304 B
Text
11 lines
304 B
Text
![]() |
# Bulding on top of base test image, this Dockerfile adds libraries
|
||
|
# needed for running additional examples.
|
||
|
|
||
|
FROM amplab/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
|