https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Aswanth Krishnan

01/17/2023, 8:53 PM
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!
plus1 2
z

Zach

01/18/2023, 1:26 AM
yes plz
d

daniel

01/23/2023, 3:18 PM
ask and ye shall receive: https://github.com/dagster-io/dagster/pull/11831 - we should be able to have this ready for the release next week
🦜 2
12 Views