This website requires JavaScript.
Explore
Help
Sign In
ClearML
/
clearml-agent
Watch
1
Star
0
Fork
0
You've already forked clearml-agent
mirror of
https://github.com/clearml/clearml-agent
synced
2025-06-26 18:16:15 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a30a2dad6649768574c69f358dc2dae871a8a759
clearml-agent
/
clearml_agent
/
commands
History
allegroai
2432f5bb68
Add
CLEARML_AGENT_PROPAGATE_EXITCODE
, set to 1 to let clearml-agent execute retrun a nonzero exit code on failure (notice by default we keep the retrun code 0, the exception is the k8s glue with non-restarting Pods, where users would want to get visibility into failing Tasks, do not use unless you know what to expect from k8s)
2022-03-24 22:04:25 +02:00
..
__init__.py
Rename trains-agent -> clearml-agent
2020-12-22 21:21:29 +02:00
base.py
Add support for CLEARML_NO_DEFAULT_SERVER env var to prevent agent from using the demo server
2021-08-02 22:51:26 +03:00
check_config.py
initial clearml-agent v0.17.0
2020-12-22 23:00:57 +02:00
config.py
Fix links (
#100
)
2022-02-17 12:04:11 +02:00
events.py
Add support for CLEARML_NO_DEFAULT_SERVER env var to prevent agent from using the demo server
2021-08-02 22:51:26 +03:00
resolver.py
Add support for custom docker image resolving
2021-12-21 14:29:43 +02:00
worker.py
Add
CLEARML_AGENT_PROPAGATE_EXITCODE
, set to 1 to let clearml-agent execute retrun a nonzero exit code on failure (notice by default we keep the retrun code 0, the exception is the k8s glue with non-restarting Pods, where users would want to get visibility into failing Tasks, do not use unless you know what to expect from k8s)
2022-03-24 22:04:25 +02:00