Hello all, pretty new to dragster here! Is there a way to run each dragster op in it’s own docker container. All my ops have pretty different dependencies.
m
Mitchell Hynes
01/17/2023, 10:13 PM
Op’s don’t really have their own deps. They inherit dependencies from their Code Locations
Read up on this: https://docs.dagster.io/concepts/code-locations
Edit: totally misunderstood the question
👍 1
z
Zach
01/17/2023, 11:23 PM
you can do this with k8s using the k8s_job_op, but I haven't seen anything similar for just docker
❤️ 1
d
daniel
01/18/2023, 1:25 AM
Adding a docker_container_op (that runs an arbitrary image in docker instead of k8s) would be very doable if there’s demand!