allegroai
|
b380ec54c6
|
Improve config file comments
|
2023-07-04 14:34:43 +03:00 |
|
allegroai
|
c77224af68
|
Add support for task field injection into container docker name
|
2023-07-03 11:07:12 +03:00 |
|
allegroai
|
5b5fb0b8a6
|
Add agent.package_manager.pytorch_resolve configuration setting with pip or direct values. pip sets extra index based on cuda and lets pip resolve, direct is the previous parsing algorithm that does the matching and downloading (default pip )
|
2023-05-21 22:53:11 +03:00 |
|
allegroai
|
154db59ce6
|
Add agent.package_manager.poetry_install_extra_args configuration option
|
2023-03-28 14:37:48 +03:00 |
|
allegroai
|
bfc4ba38cd
|
Fix torch inside nvidia containers to use preinstalled version (i.e. ==x.y.z.* matching)
|
2023-03-05 18:05:00 +02:00 |
|
Niels ten Boom
|
3cedc104df
|
Add poetry cwd support (#142)
Closes #138
|
2023-03-05 14:19:57 +02:00 |
|
pollfly
|
85e1fadf9b
|
Fix typos (#131)
|
2022-12-28 19:39:59 +02:00 |
|
allegroai
|
ca2791c65e
|
Fix pip support allowing multiple pip version constraints (by default, one for <PY3.10 and one for >=PY3.10)
|
2022-12-07 22:09:25 +02:00 |
|
allegroai
|
5d517c91b5
|
Add agent.disable_task_docker_override configuration option to disable docker override specified in executing tasks
|
2022-12-07 22:07:11 +02:00 |
|
Niels ten Boom
|
9eee213683
|
Add option to crash agent on exception using agent.crash_on_exception configuration setting (#123)
|
2022-11-06 17:15:39 +02:00 |
|
allegroai
|
e4861fc0fb
|
Add missing settings in clearml.conf
|
2022-11-06 12:36:01 +02:00 |
|
allegroai
|
c6d767bd64
|
Make venv caching the default behavior
|
2022-10-23 13:04:00 +03:00 |
|
allegroai
|
e28048dc25
|
Change default pip version used to "pip<21" for better Python 3.10 support
|
2022-10-23 13:04:00 +03:00 |
|
allegroai
|
5c1543d112
|
Add agent.disable_ssh_mount configuration option (same as CLEARML_AGENT_DISABLE_SSH_MOUNT env var)
|
2022-10-07 15:24:39 +03:00 |
|
allegroai
|
857a750eb1
|
Fix GCP load balancer not fwd GET request body, allow to change default request Action to Put/Post/Get. see api.http.default_method or CLEARML_API_DEFAULT_REQ_METHOD
|
2022-09-15 20:15:42 +03:00 |
|
allegroai
|
918dd39b87
|
Add docker ssh_ro_folder (default: "/.ssh") changed docker ssh_folder (default: "~/.ssh")
|
2022-09-02 23:49:27 +03:00 |
|
allegroai
|
ec216198a0
|
Add agent.enable_git_ask_pass to improve passing user/pass to git commands
|
2022-08-29 18:06:26 +03:00 |
|
allegroai
|
2693c565ba
|
Fix docker mode use "~/.clearml/venvs-builds" as default for easier user-mode containers
|
2022-08-29 18:05:53 +03:00 |
|
allegroai
|
560e689ccd
|
Fix always make pygobject an optional package (i.e. if installation fails continue the Task package environment setup)
|
2022-06-16 23:18:55 +03:00 |
|
allegroai
|
a30a2dad66
|
Add git personal token docs
|
2022-03-24 22:07:15 +02:00 |
|
allegroai
|
531e514003
|
Add custom build script support
Add extra configurations when starting daemon
Propagate token to docker in case credentials are not available
|
2022-03-15 10:04:25 +02:00 |
|
allegroai
|
bb64e4a850
|
Fix hide_docker_command_env_vars mode to include URL passwords and handle env vars containing docker commands
|
2022-02-02 16:30:34 +02:00 |
|
allegroai
|
fa1307e62c
|
Add agent.poetry_version to specify poetry version (and force installation of poetry if missing)
|
2022-01-23 10:40:05 +02:00 |
|
allegroai
|
b3e8be6296
|
Add agent.force_git_root_python_path configuration setting to force adding the git repository root folder to the PYTHONPATH (if set working directory is not added to the PYHTONPATH)
|
2022-01-07 15:11:59 +02:00 |
|
allegroai
|
f03c4576f7
|
Update default docker image
|
2021-12-21 14:29:43 +02:00 |
|
allegroai
|
cd4a39d8fc
|
Fix config example
|
2021-10-21 12:03:07 +03:00 |
|
allegroai
|
bed94ee431
|
Add support for configuration env and files section
|
2021-10-19 10:46:43 +03:00 |
|
pollfly
|
e17246d8ea
|
Fix docstring typos (#79)
* edit doctring typo
* fix typos
|
2021-09-14 18:42:18 +03:00 |
|
allegroai
|
31d90be0a1
|
Fix package manager config documentation (issue #78)
|
2021-09-10 13:11:39 +03:00 |
|
allegroai
|
5a080798cb
|
Add support for overriding initial server connection behavior using the CLEARML_AGENT_INITIAL_CONNECT_RETRY_OVERRIDE env var (defaults to true, allows boolean value or an explicit number specifying the number of connect retries)
|
2021-08-27 19:15:14 +03:00 |
|
allegroai
|
4149afa896
|
Add agent.docker_internal_mounts to control containers internal mounts (non-root containers)
|
2021-08-21 16:03:37 +03:00 |
|
allegroai
|
5e4c495d62
|
Add support for naming docker containers. Use agent.docker_container_name_format to configure the name format (disabled by default) (issue clearml/#412)
Add missing entries in docs/clearml.conf
|
2021-08-12 13:38:26 +03:00 |
|
allegroai
|
742cbf5767
|
Add docker environment arguments log masking support (issue #67)
|
2021-05-25 19:31:45 +03:00 |
|
allegroai
|
3c4e976093
|
Add agent.ignore_requested_python_version to config file
|
2021-05-19 15:20:44 +03:00 |
|
allegroai
|
e71e6865d2
|
Add agent.docker_install_opencv_libs (default: True) to enable auto opencv libs install for faster docker spin-up
|
2021-04-07 18:45:44 +03:00 |
|
allegroai
|
2ea38364bb
|
Change the default conda channel order, so it pulls the correct pytorch
|
2021-03-18 10:07:58 +02:00 |
|
allegroai
|
9dfa1294e2
|
Add agent.enable_task_env set the OS environment based on the Environment section of the Task.
|
2021-02-28 19:47:44 +02:00 |
|
allegroai
|
f619969efc
|
Add venvs_cache configuration
|
2021-02-14 13:48:57 +02:00 |
|
allegroai
|
b95d3f5300
|
Add venv caching with docker mode support
|
2021-02-11 14:44:19 +02:00 |
|
allegroai
|
161993f66f
|
Add agent.force_git_ssh_user configuration value (issue #42)
Change default docker to nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
|
2021-01-10 12:38:45 +02:00 |
|
allegroai
|
b4d143812e
|
initial clearml-agent v0.17.0
|
2020-12-22 23:00:57 +02:00 |
|
allegroai
|
6e1f74402e
|
Rename trains-agent -> clearml-agent
|
2020-12-22 21:21:29 +02:00 |
|