openai / roboschool

DEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.
Other
2.13k stars 488 forks source link

Can you please create a docker image for OSX and Linux #130

Closed FitMachineLearning closed 5 years ago

FitMachineLearning commented 6 years ago

Hi,

It would be great if a docker image could be created for those two environments. It would 1) significantly increase adoption for RoboSchool 2) reduce support calls/ issues related to deployment, installs, and dev machine related configuration deviations.

Fit

doviettung96 commented 5 years ago

Has anyone updated the Dockerfile for it? If not, I think my current docker image is working quite well.

pzhokhov commented 5 years ago

@doviettung96's Dockerfile for now lives in a branch https://github.com/openai/roboschool/tree/pr168. With the release of binary wheels the default installation process is a simple as pip install roboschool (provided there is a binary wheel for your system config), so Dockerfiles seem unnecessary. Closing this.

doviettung96 commented 5 years ago

Yeah. I have also realized that the binary installation is better. I have created the Dockerfile before it was released. For now, it is unnecessary. Thanks.