Skip to content

Dockerized development environment

Bartosz Podrygajlo requested to merge docker-dev-env into develop

This commit introduces a fully dockerized dev env you can start on any machine that has docker without installing any direct OAI dependencies on host.

This allows to migrate development environments between machines easily. Several complementary scripts were added to enable smooth transition between your docker environment and host environment. Your user and sudo should work inside the environment.

Merge request reports