Open nileshnegi opened 4 years ago
Cool, thanks!
This being said I'm reorganizing a lot of things right now (using poetry instead of conda, consolidating download/run/report under a single milarun
command, etc.)
I did use your changes to adapt a Dockerfile for the new system (currently at https://github.com/breuleux/milabench but it'll be moved into the mila-iqia organization this weekend), so thanks for that. In addition to that, I consolidated the commands to make cgroups work within Docker into a script that's run as the entry point to the container, and that seems to work, so this should make things a good deal easier.
Dockerfile
for basic setup with dependency installationREADME.md
with steps to use this DockerfileREADME.md
for discrepancy in themlbench-report
command exampleinstall_conda.sh
to automate creation ofmlperf
conda environmentinstall_dependencies.sh
for running inside the docker containercgroup_setup.sh
for running inside the docker container