PyPI v0.16.0
Features
- Add
agent.docker_init_bash_script
configuration section to allow finer control over docker startup script - Changed default docker image from
nvidia/cuda
tonvidia/cuda:10.1-runtime-ubuntu18.04
to supportcudnn
frameworks (e.g. TF) - Improve support for dockers with preinstalled
conda
environment - Improve trains-agent-docker spinning
- Add
daemon --order-fairness
for round-robin queue pulling - Add
daemon --stop
to terminate a running agent (assuming other arguments are the same)- If no additional arguments, Agents are terminated in lexicographical order
- Support cleanup of all log files on termination unless executed with
--debug
- Add error message when Trains API Server is not accessible on startup
Bug Fixes
- Fix GPU Windows monitoring support allegroai/clearml#177
- Fix
.git-credentials
and.gitconfig
mapping into docker - Fix non-root docker image usage
- Fix docker to use
UTF-8
encoding, so prints won't break it - Fix
--debug
to set all loggers toDEBUG
- Fix task status change to
queued
should never happen during Task runtime - Fix
requirement_parser
to supportpackage @ git+http
lines - Fix GIT user/password in requirements and support for
-e git+http
lines - Fix configuration wizard to generate
trains.conf
matching latest Trains definitions