-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement container execution #38
Comments
|
do you mean passing
could you please elaborate |
i think these two tasks could be punted for later. yes, the first one would allow setting the environment of a subsequent task from the output of a previous task. something like.
for downstream and upstream this gets more complicated. let's say i set the workflow to run tasks using a container. should this override the container of a subtask that has an explicit container? so we need options for workflow overrides task, or task overrides workflow. |
#202 shows that the image can be treated as any other input, so can be also part of the connection. I've added one more point - |
for now we are not working for this anymore, will keep the missing points for later |
Related to #32
Minimal task support currently merged. should be extended to provide complete isolation. i should be able to run the pydra workflow itself in one container, and have it launch other tasks inside that container or in remote containers (through slurm, aws, dind, singularity, etc.,.)
The text was updated successfully, but these errors were encountered: