Janghoo Lee
02/27/2024, 6:15 AM.deploy
Marvin
02/27/2024, 6:25 AM.deploy
. However, the Prefect documentation does discuss workflows and task queues in the context of task execution and dependency management.
If you are looking to use work queues in Prefect without deploying with the typical .deploy
command, you may need to look into agentless techniques or other methods of executing tasks that do not involve a standard deployment to an agent.
For additional specific information about Prefect's capabilities without using .deploy
, it would be useful to look into the Prefect community discussions, GitHub issues, or more in-depth documentation sections related to task execution or agentless setups.
For further assistance, please consider visiting the following resource:
- Work Queues and Workflows: Work Pool Concepts
- Blog post discussing deployment and workflows: Prefect Blog Post
If you have a more specific use case or need further clarification, please let me know, and I can perform a more targeted search or provide some code examples if necessary.Nate
02/27/2024, 2:32 PMJanghoo Lee
02/28/2024, 9:13 AM.submit()
method with a flow, correct? Additionally, I'm unable to utilize GitRepository since I'm working within a private repository, and it appears that containers created by the Docker worker are unable to detect GPUsNate
02/28/2024, 1:42 PMJanghoo Lee
02/28/2024, 2:54 PMNate
02/28/2024, 2:57 PMJanghoo Lee
02/28/2024, 2:59 PM