Dagit in Docker #3534
Unanswered
galloramiro
asked this question in
Q&A
Dagit in Docker
#3534
Replies: 1 comment 1 reply
-
Hi Ramiro - it looks like it's having some trouble finding the 'tasks' module. There's a -d argument that you can use to specify a specific working directory that it should use - from the example it seems like that might be '/src/'? So I'd be curious if dagit -f /src/tasks/schedule_definition.py -d /src/ -h 0.0.0.0 -p 3000 would work any better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi my name is Ramiro and Im tring to make Dagster and Dagit run in a docker and docker compose environment.
Im following the Runnin Dagit as a service Documentation
But the process fails and freeze.
When I run this in a pipenv with the command
dagit -f src/tasks/schedule_definition.py
runs flowerlessBut when I put this on a docker it fails
Here I share you my code
DockerFile
entrypoint.sh
dagster.yaml
pipelines.py
schedule_definition.py
And here is the output:
Freeze loading the pipeline... I dont understunt
If anyone can help I will thank you a lot!
Beta Was this translation helpful? Give feedback.
All reactions