Unanswered
Hi All,
Looking For Some Help When Executing Pipelines With Custom Docker Images.
I Have A Component Defined And I Expect Its Python Runtime Environment To Be Managed By A Custom Docker Image (
Thank you! I adjusted my pipeline logic so that the component used packages=[]
Funny enough I’m running into a new issue now. Does this mean I need to configure the Agent’s runtime environment so it has the necessary dependencies to execute Pipeline script?
` # Agent Logs
Starting Task Execution:
Traceback (most recent call last):
File "/Users/developer/.clearml/venvs-builds/3/code/train_and_evaluate.py", line 1, in <module>
from clearml import Task, TaskTypes
ModuleNotFoundError: No module named 'clearml' $ head -10 ~/.clearml/venvs-builds/3/code/train_and_evaluate.py
from clearml import Task, TaskTypes
from clearml.automation.controller import PipelineDecorator
def train_and_evaluate():
_train_and_evaluate()
if name == 'main':
task = Task.init() `
134 Views
0
Answers
2 years ago
one year ago