This pull request provides a Dockerfile that can be used to setup a training environment in a single command. It also provides an isolated environment for safe execution and dependencies resolution (good bye python dependencies mess).
Running an experiment can be done inside the docker container the exact same way we'd do it locally.
Note: it requires #54 to be closed first at it relies on the presence of requirements.txt to install python packages.
This pull request provides a Dockerfile that can be used to setup a training environment in a single command. It also provides an isolated environment for safe execution and dependencies resolution (good bye python dependencies mess).
Running an experiment can be done inside the docker container the exact same way we'd do it locally.
Note: it requires #54 to be closed first at it relies on the presence of requirements.txt to install python packages.