mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Ray with Docker (#324)
* Ray with Docker * cleanup based on comments * rename docker user to ray-user * add examples docker image * working toward reliable Docker devel image * adjust ray-user uid for Linux builds on AWS * update documentation * reduced dependencies for examples * updated Docker documentation * experimental notice on developing with Docker
This commit is contained in:
committed by
Robert Nishihara
parent
97b923a750
commit
79e4a5a00e
@@ -0,0 +1,11 @@
|
||||
FROM amplab/ray:deploy
|
||||
|
||||
# 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
|
||||
|
||||
# Gym
|
||||
RUN sudo apt-get -y install zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libsdl2-dev swig wget
|
||||
RUN pip install gym[atari]
|
||||
Reference in New Issue
Block a user