Skip to content
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

Dockerfile-per-task not working with map_tasks #190

Open
jvfe opened this issue Nov 1, 2022 · 0 comments
Open

Dockerfile-per-task not working with map_tasks #190

jvfe opened this issue Nov 1, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jvfe
Copy link
Contributor

jvfe commented Nov 1, 2022

Describe the bug
I'm unable to use the dockerfile-per-task feature if the task with the specific Dockerfile is being used inside of a map_task.
I currently have a test workflow showing this bug, one version uses map_tasks while the other uses a simple task. In
both cases, the workflow registers without issues, but, when running the one with a map_task, it fails on the second task, giving me an error saying that the software - which should've been included in the dockerfile - cannot be found. The one with a simple task runs without issues.

I'd guess this is happening due to some issue with how map_task and task-specific dockerfiles interact because the first task in the workflow, which doesn't require any external dependencies, runs without issues in both versions.

Functional workfow (Source code)

Breaking workflow (Source code)

To Reproduce
Steps to reproduce the behavior:

  1. Go to the workflow version that currently doesn't work
  2. Start running the workflow with the default test data
  3. The first task will execute without issues
  4. The second task, a map_task (mapper_taxonomy_classification_task_0), should fail.

Expected behavior
I expect to be able to use dockerfile-per-task with map_tasks.

Platform Information
General information about host platform + SDK

  • OS: Manjaro Linux 22.0.0 Sikaris
  • Browser: Firefox 106.0.2 64-bits
  • Latch Version: 2.6.5

Screenshots
image
^ Failing workflow

@jvfe jvfe added the bug Something isn't working label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants