Reputation
Badges 1
6 × Eureka!I did that AgitatedDove14 . That is where I faced this issue. I was able to successfully enqueue the task but only entrypoint script is visible to it and nothing else.
I passed the path to local repo. all files in working directory other than entrypoint are missing.
AgitatedDove14 We are trying to create an interface for our DL team so that they can send local repo path, entrypoint to script, requirements, etc as inputs and the job will get added on the queue.
clearML console
clearml_agent: ERROR: Can not run task without repository or literal script in script.diff
script to create job
from clearml import Task
task = Task.create(project_name=‘example’, task_name=‘test_5_2’.format(i), script=‘~/train-script-old/train1.py’, working_directory=‘~/train-script-old/’, add_task_init_call=False)
status = Task.enqueue(task, ‘test’)
print(status)
CLEARML-AGENT version 0.17.2