minerllabs / minerl

MineRL Competition for Sample Efficient Reinforcement Learning - Python Package
http://minerl.io/docs/
Other
711 stars 153 forks source link

Dockerfile: Add -dev and -data-processing stages #575

Closed shwang closed 2 years ago

shwang commented 3 years ago

The -dev stage includes an install of the latest minerl dev commit (upon Docker image build). The -data-processing stage adds packages, environment variables, and volumes used for processing raw demonstration data into datasets.

Each stage confirmed to work on my computer. The Dockerfile comments contains instructions on where to find these images on DockerHub and example commands for using the data-processing container.

shwang commented 2 years ago

I'm gonna merge this in now so that we have these dockerfiles available in case we want to start data processing again.

Since this is just a change to this Dockerfile, it should not affect anyone's work.