You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClearML Agent README mentions the bootstrap feature:
"Boot agents up to 10x faster — git, git-lfs, agent, ssh and UV come precompiled for x86/arm in a single self-contained bootstrap"
However, the CLI commandclearml-agent install-bootstrap and the CLEARML_BOOTSTRAP_UV_EXEC environment variable that powers this feature are not documented anywhere — not in the docs, not in clearml-agent --help.
Context
When using package_manager.type: uv with clearml-agent, two issues arise:
Description
The ClearML Agent README mentions the bootstrap feature:
However, the CLI command
clearml-agent install-bootstrapand theCLEARML_BOOTSTRAP_UV_EXECenvironment variable that powers this feature are not documented anywhere — not in the docs, not inclearml-agent --help.Context
When using
package_manager.type: uvwith clearml-agent, two issues arise:clearml_agent_venv/bin/uv).uv venvcreates a venv without pip. Solved viauv_replace_pip: trueinclearml.conf.The
install-bootstrapCLI command is a workaround for #251:/tmp/.clearml.bootstrap/uv/CLEARML_BOOTSTRAP_UV_EXECenvironment variableProblem
install-bootstrapCLI command is not listed inclearml-agent --helpCLEARML_BOOTSTRAP_UV_EXECenvironment variable is not documentedinstall-bootstrap,CLEARML_BOOTSTRAP_UV_EXEC,uv_replace_pip, andCLEARML_AGENT_FORCE_UVis unclearReproduction
Expected behavior
install-bootstrapshould be listed in the main--helpoutputinstall-bootstrapdoes (downloads precompiled uv to/tmp/.clearml.bootstrap/uv/)CLEARML_BOOTSTRAP_UV_EXECdoesuv_replace_pipandCLEARML_AGENT_FORCE_UVEnvironment