Replies: 1 comment
-
hi @cram0s - I've converted this to an issue because there isn't a specific problem expressed, and I think there might be answers to your questions in the docs
I'm not sure what you mean by "Jupyter does not see it" but in general we do not require that you run Docker in Docker. Generally speaking, you can follow this guide, where you:
here are some examples and a primer video on workers and work pools if that's helpful if you think there is a specific issue with prefect here, please feel free to let me know |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug summary
Good afternoon! I am working with jupiter and prefect in cubes (Kubernetes). In this architecture there is a problem with the deploy method - although Docker is deployed in Kubernetes, Jupyter does not see it and the only solution to the problem is to deploy Docker in Docker, which is incorrect. The second problem is trying to deploy via prefect.yml: in the prefect-docker.build step the error please ensure docker is running occurs again, which also rejects this option. The only option left is to use CI/CD to deploy to prefect, but I would also like to be able to deploy directly from jupiter. Please advise how to proceed in this situation
Version info
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions