Commit Graph

  • 2c7f091e57
    Update example (#177) pollfly 2023-12-09 12:52:44 +0200
  • becc58990b update example revital 2023-11-22 11:33:21 +0200
  • 91852eedde update example revital 2023-11-22 11:32:14 +0200
  • f263466280 update example revital 2023-11-22 11:31:16 +0200
  • a666407b60 merge revital 2023-11-22 10:06:29 +0200
  • dd5d24b0ca Add CLEARML_AGENT_TEMP_STDOUT_FILE_DIR to allow specifying temp dir used for storing agent log files and temporary log files (daemon and execution) allegroai 2023-11-14 11:45:13 +0200
  • 996bb797c3 Add env var in case we're running a service task allegroai 2023-11-14 11:44:36 +0200
  • 9ad49a0d21 Fix KeyError if container does not contain the arguments field allegroai 2023-11-01 15:11:07 +0200
  • ba4fee7b19 Fix agent.package_manager.poetry_install_extra_args are used in all Poetry commands and not just in install (#173) allegroai 2023-11-01 15:10:40 +0200
  • 0131db8b7d Add support for resource_applied() callback in k8s glue Add support for sending log events with k8s-provided timestamps Refactor env vars infrastructure allegroai 2023-11-01 15:10:08 +0200
  • d2384a9a95 Add example and support for prebuilt containers including services-mode support with overrides CLEARML_AGENT_FORCE_CODE_DIR CLEARML_AGENT_FORCE_EXEC_SCRIPT allegroai 2023-11-01 15:05:57 +0200
  • 5b86c230c1 Fix an environment variable that should be set with a numerical value of 0 (i.e. end up as "0" or "0.0") is set to an empty string allegroai 2023-11-01 15:04:59 +0200
  • 21e4be966f Fix recursion issue when deep-copying a session allegroai 2023-11-01 15:04:24 +0200
  • 9c6cb421b3 When cleaning up pending pods, verify task is still aborted and pod is still pending before deleting the pod allegroai 2023-11-01 15:04:01 +0200
  • 52405c343d Fix k8s glue configuration might be contaminated when changed during apply allegroai 2023-11-01 15:03:37 +0200
  • 46f0c991c8 Add status reason when aborting before moving to k8s_scheduler queue allegroai 2023-11-01 15:02:24 +0200
  • fe01a4760a Modified limits for urllib3 library James Day 2023-10-27 18:00:44 +0100
  • 0254279ed5 Version bump to v1.6.1 v1.6.1 allegroai 2023-09-06 15:41:29 +0300
  • 0e1750f90e Fix requests library lower constraint breaks backwards compatibility allegroai 2023-09-06 15:40:48 +0300
  • 58e0dc42ec Version bump to v1.6.0 v1.6.0 allegroai 2023-09-05 15:05:11 +0300
  • d16825029d Add new pytorch no resolver mode and CLEARML_AGENT_PACKAGE_PYTORCH_RESOLVE to change resolver on a Task basis, now supports "pip", "direct", "none" allegroai 2023-09-02 17:45:10 +0300
  • fb639afcb9 Fix PyTorch extra index pip resolver allegroai 2023-09-02 17:43:41 +0300
  • eefb94d1bc Add Python 3.11 support allegroai 2023-09-02 17:42:27 +0300
  • f1e9266075 Adjust docker image versions in a couple more places Alex Burlacu 2023-08-24 19:03:24 +0300
  • e1e3c84a8d Update docker versions Alex Burlacu 2023-08-24 19:01:26 +0300
  • ed1356976b Move extra configurations to Worker init to make sure all available configurations can be overridden Alex Burlacu 2023-08-24 19:00:36 +0300
  • 2b815354e0 Improve file mode comment Alex Burlacu 2023-08-24 18:53:00 +0300
  • edae380a9e Version bump Alex Burlacu 2023-08-24 18:51:47 +0300
  • 946e9d9ce9 Fix invalid reference Alex Burlacu 2023-08-24 18:51:27 +0300
  • a56343ffc7
    Upgrade requests library (#162) jday1 2023-08-01 08:41:22 +0100
  • 8bdc033428 Modified package requirement James Day 2023-07-31 12:17:25 +0100
  • 53511cbbef Modified package requirement James Day 2023-07-31 12:09:25 +0100
  • 1b5444936a Upgrade requests James Day 2023-07-20 10:08:35 +0100
  • 159a6e9a5a Fix runtime property overriding existing properties v1.6.0rc1 allegroai 2023-07-20 10:41:15 +0300
  • 6b7ee12dc1
    Edit README (#156) pollfly 2023-07-19 16:51:14 +0300
  • 5650db1d33
    Merge branch 'master' into master Jake Henning 2023-07-19 16:50:07 +0300
  • 3838247716 Update k8s glue docker build resources allegroai 2023-07-19 16:47:50 +0300
  • 6e7d35a42a
    Improve configuration files (#160) pollfly 2023-07-11 10:32:01 +0300
  • ba68b2538d small edits revital 2023-07-11 10:24:55 +0300
  • eeb5642b9e small edits revital 2023-07-11 08:08:55 +0300
  • 4a6f7e181c Merge https://github.com/allegroai/clearml-agent revital 2023-07-11 08:00:50 +0300
  • 16f11d0d8a small edits revital 2023-07-11 07:59:53 +0300
  • 4c056a17b9 Add support for k8s jobs execution Strip docker container obtained from task in k8s apply v1.6.0rc0 allegroai 2023-07-04 14:45:00 +0300
  • 21d98afca5 Add support for extra docker arguments referencing machines environment variables using the agent.docker_allow_host_environ configuration option to allow users to also be able to use $ENV in the task's docker arguments allegroai 2023-07-04 14:42:28 +0300
  • 6a1bf11549 Fix Task docker arguments passed twice allegroai 2023-07-04 14:41:07 +0300
  • 7115a9b9a7 Add CLEARML_EXTRA_PIP_INSTALL_FLAGS / agent.package_manager.extra_pip_install_flags to control additional pip install flags Fix pip version marking in "installed packages" is now preserved for and reinstalled allegroai 2023-07-04 14:39:40 +0300
  • 450df2f8d3 Support skipping agent pip upgrade in container bash script using the CLEARML_AGENT_NO_UPDATE env var allegroai 2023-07-04 14:38:50 +0300
  • ccf752c4e4 Add support for setting mode on files applied by the agent v1.5.3rc4 allegroai 2023-07-04 14:37:58 +0300
  • 3ed63e2154 Fix docker container backwards compatibility for API <2.13 Fix default docker match rules resolver (used incorrect field "container" instead of "image") Remove "container" (image) match rule option from default docker image resolver allegroai 2023-07-04 14:37:18 +0300
  • a535f93cd6 Add support for CLEARML_AGENT_FORCE_MAX_API_VERSION for testing allegroai 2023-07-04 14:35:54 +0300
  • b380ec54c6 Improve config file comments allegroai 2023-07-04 14:34:43 +0300
  • a1274299ce Add support for CLEARML_AGENT_EXTRA_DOCKER_LABELS env var allegroai 2023-07-03 11:08:59 +0300
  • c77224af68 Add support for task field injection into container docker name allegroai 2023-07-03 11:07:12 +0300
  • 78c95f837e Edit README revital 2023-06-05 11:01:59 +0300
  • 396c3c17f5 Edit README revital 2023-06-05 10:48:42 +0300
  • 95dadca45c Refactor k8s glue running/used pods getter v1.5.3rc3 allegroai 2023-05-21 22:56:12 +0300
  • 685918fd9b Version bump to v1.5.3rc3 allegroai 2023-05-21 22:54:38 +0300
  • bc85ddf78d Fix pytorch direct resolve replacing wheel link with directly installed version allegroai 2023-05-21 22:53:51 +0300
  • 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) allegroai 2023-05-21 22:53:11 +0300
  • fec0ce1756 Better message for agent init when an existing clearml.conf is found allegroai 2023-05-21 22:51:11 +0300
  • 1e09b88b7a Add alias CLEARML_AGENT_DOCKER_AGENT_REPO env var for the FORCE_CLEARML_AGENT_REPO env var allegroai 2023-05-21 22:50:01 +0300
  • b6ca0fa6a5 Print error on resource monitor failure v1.5.3rc2 allegroai 2023-05-11 16:18:11 +0300
  • 307ec9213e Fix git+ssh:// links inside installed packages not being converted properly to HTTPS authenticated and vice versa v1.5.3rc1 allegroai 2023-05-11 16:16:51 +0300
  • a78a25d966 Support new Retry.DEFAULT_BACKOFF_MAX in a backwards-compatible way allegroai 2023-05-11 16:16:18 +0300
  • ebb6231f5a Add CLEARML_AGENT_STANDALONE_CONFIG_BC to support backwards compatibility in standalone mode v1.5.3rc0 allegroai 2023-05-11 16:15:06 +0300
  • e1d65cb280
    Update clearml-agent gif (#137) pollfly 2023-04-10 10:58:10 +0300
  • 3fe92a92ba Version bump to v1.5.2 v1.5.2 allegroai 2023-03-29 12:49:33 +0300
  • 154db59ce6 Add agent.package_manager.poetry_install_extra_args configuration option allegroai 2023-03-28 14:37:48 +0300
  • afffa83063 Fix git+ssh:// links inside installed packages not being converted properly to https authenticated links allegroai 2023-03-28 14:35:51 +0300
  • 787c7d88bb Fix additional poetry cwd support feature allegroai 2023-03-28 14:35:41 +0300
  • 667c2ced3d Fix very old pip version support (<20) allegroai 2023-03-28 14:34:19 +0300
  • 7f5b3c8df4 Fix None config file in session causes k8s agent to raise exception allegroai 2023-03-28 14:33:55 +0300
  • 46ded2864d Fix restart feature should be tested against agent session allegroai 2023-03-28 14:33:33 +0300
  • 40456be948 Black formatting Refactor path support allegroai 2023-03-05 18:04:35 +0200
  • 8d51aed679 Protect against cache folders without permission allegroai 2023-03-05 18:03:39 +0200
  • bfc4ba38cd Fix torch inside nvidia containers to use preinstalled version (i.e. ==x.y.z.* matching) allegroai 2023-03-05 17:59:57 +0200
  • 3cedc104df
    Add poetry cwd support (#142) Niels ten Boom 2023-03-05 13:19:57 +0100
  • 6d67c7ff66
    small fixes Niels ten Boom 2023-03-05 12:17:24 +0100
  • 61c72d4d7d
    change back debug var Niels ten Boom 2023-03-05 10:54:26 +0100
  • b1a65552ce
    more logging Niels ten Boom 2023-03-05 10:52:49 +0100
  • 578882ea6d
    implement changes Niels ten Boom 2023-03-05 10:49:47 +0100
  • 89c9c9ccc7
    correct type Niels ten Boom 2023-03-03 23:16:49 +0100
  • 21cb0ef980
    correct value Niels ten Boom 2023-03-03 23:15:34 +0100
  • b76c53fdbb
    Merge branch 'master' into niels/add-poetry-cwd-support Niels ten Boom 2023-03-03 23:14:03 +0100
  • f0e6a9b2fc
    this will do Niels ten Boom 2023-03-03 23:12:35 +0100
  • b367c80477
    Switch entrypoint shell from sh to bash (#141) Marijan Smetko 2023-02-28 20:55:16 +0100
  • db1399e46d Switch entrypoint shell from sh to bash Marijan Smetko 2023-02-20 17:24:39 +0100
  • 262b6d3a00 Update services agent entrypoint allegroai 2023-02-05 10:40:02 +0200
  • 95e996bfda Reintroduce CLEARML_AGENT_SERVICES_DOCKER_RESTART accidentally reverted by a previous merge allegroai 2023-02-05 10:34:38 +0200
  • b6d132b226 Fix build fails when target is relative path allegroai 2023-02-05 10:33:32 +0200
  • 4f17a2c17d Fix K8s glue does not delete pending pods if the tasks they represent were aborted allegroai 2023-02-05 10:32:16 +0200
  • 00e8e9eb5a Do not allow request exceptions (only on the initial login call) allegroai 2023-02-05 10:30:45 +0200
  • af6a77918f Fix _ is allowed in k8s label names allegroai 2023-02-05 10:29:48 +0200
  • 855622fd30 Support custom service on Worker.get() calls allegroai 2023-02-05 10:29:09 +0200
  • 8cd12810f3 Fix login uses GET with payload which breaks when trying to connect a server running in GCP allegroai 2023-02-05 10:28:41 +0200
  • 446b5dc870 update clearml-agent gif Revital 2023-01-17 11:11:03 +0200
  • 4566a58ff5 Merge branch 'master' of https://github.com/allegroai/clearml-agent Revital 2023-01-17 11:09:54 +0200
  • ebb955187d
    Fix agent update version (#132) achaiah 2023-01-08 17:10:26 +0000
  • 0e4ed339b7
    Added regex to parse 1.2.3rc4 patterns achaiah 2023-01-08 11:06:43 -0600
  • 3d05c4817c
    allow for fuzzy and direct version spec achaiah 2023-01-03 21:49:20 -0600