Skip to content

various extensions

Compare
Choose a tag to compare
@gfursin gfursin released this 01 Jun 10:02
· 7156 commits to master since this release
  • added "pull" function to module:docker
  • if only 1 tag exists in Docker, select it automatically
  • updated docs
  • fixed ck run docker --command="something" on Linux
  • added --min_run to module:program to avoid pre/post processing and just run a command.
    Useful to install Python requirements for a given program CMD.
    We use it in MLPerf automation.