Unanswered
Hello, Is There A Config Option Where I Can Force All Steps In A Pipeline To Run In The Same Docker Container?
I am defining a pipeline step as follows:
pipe.add_function_step(
name='Split Data',
function=step_one,
cache_executed_step=True,
)
from the docs I can only specify the docker image using docker kwarg
176 Views
0
Answers
one year ago
one year ago