Skip to content

PyPI v0.14.1

Compare
Choose a tag to compare
@clearml-bot clearml-bot released this 24 Mar 19:07
· 661 commits to master since this release

Features and Bug Fixes

  • Add daemon detached mode (--detached, -d) that runs the agent as daemon in the background and returns immediately
  • Auto mount ~/.git-credentials into docker container (if file exists)
  • Add TRAINS_AGENT_EXTRA_PYTHON_PATH environment variable to allow adding additional python path during experiment execution (helpful when using extra un-tracked modules)
  • Fix "run as user" feature (using TRAINS_AGENT_EXEC_USER environment variable)
  • Fix PyTorch support to ignore minor versions when looking for package to install/download
  • Fix experiment execution output handling