facebookresearch / pyrobot

PyRobot: An Open Source Robotics Research Platform
https://pyrobot.org
MIT License
2.24k stars 348 forks source link

Dockerfile request #187

Closed Wei-TianHao closed 2 years ago

Wei-TianHao commented 2 years ago

Hi, I'm trying to set up the environment in docker. I'm wondering if you have any plan to publish a docker file for this project? It would be really helpful. I met tons of problems setting up in docker.

BTW. I think it would be better to specify the default pip version in the script. (I assume it is python2). Because sometimes the default python is python3 and the default pip is pip3 in some docker images. Thank you!

Wei-TianHao commented 2 years ago

I found a docker image on DockerHub