Jarvis Stubblefield
09/18/2024, 11:44 PMdocker
it seems like it is going to want to spin up it’s own docker container within the container. I don’t need it to spin another container within itself. Am I missing something?Kevin Grismore
09/18/2024, 11:49 PMKevin Grismore
09/18/2024, 11:50 PMJarvis Stubblefield
09/18/2024, 11:51 PMKevin Grismore
09/18/2024, 11:51 PMKevin Grismore
09/18/2024, 11:51 PMJarvis Stubblefield
09/18/2024, 11:51 PMJarvis Stubblefield
09/18/2024, 11:52 PMJarvis Stubblefield
09/18/2024, 11:53 PMJarvis Stubblefield
09/18/2024, 11:53 PMKevin Grismore
09/18/2024, 11:54 PMJarvis Stubblefield
09/18/2024, 11:54 PMJarvis Stubblefield
09/18/2024, 11:55 PMJarvis Stubblefield
09/18/2024, 11:56 PMJarvis Stubblefield
09/18/2024, 11:56 PMJarvis Stubblefield
09/19/2024, 12:00 AMprefect worker … my_docker_pool
… then when Prefect Cloud indicated there was work available the worker_container
would spin a new container within itself to do the actual work?Jarvis Stubblefield
09/19/2024, 12:01 AMNate
09/19/2024, 2:45 AMuv
in a run_shell_script
pull
step or just run the environment ephemerally for each flow
uv docs are good (in general!) in installing different sets of requirements and managing them centrallyJarvis Stubblefield
09/20/2024, 4:48 PMprefect worker
running within a docker container. IT should grab the work and run it in a local process (of the docker container?) … we have been doing this on our secondary prod server… this was simple and worked well. Now when I’m trying to use from prefect.deployments import Deployment
I’m getting a warning that the Deployment
is not in the ___all___
declaration.Jarvis Stubblefield
09/20/2024, 4:49 PMuv
… I’ve not seen it before. Just trying to keep this part simple for now, and that seems like another tool to learn, etc.Jarvis Stubblefield
09/20/2024, 4:49 PM