mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 13:26:08 +00:00
Fix copy breaks agent and nulls the worker name
This commit is contained in:
parent
6572023173
commit
1011544533
@ -1795,7 +1795,7 @@ class Worker(ServiceCommandSection):
|
||||
def _apply_extra_configuration(self):
|
||||
# store a few things we updated in runtime (TODO: we should list theme somewhere)
|
||||
agent_config = self._session.config["agent"].copy()
|
||||
agent_config_keys = ["cuda_version", "cudnn_version", "default_python", "worker_id", "debug"]
|
||||
agent_config_keys = ["cuda_version", "cudnn_version", "default_python", "worker_id", "worker_name", "debug"]
|
||||
try:
|
||||
self._session.load_vaults()
|
||||
except Exception as ex:
|
||||
|
Loading…
Reference in New Issue
Block a user