Tomas Moreno
06/05/2024, 4:53 PMprefect deploy claims the docker daemon isn't running when during the build step? I'm trying to figure out why my local deploys keep failing. I can do docker build . in my repo but when prefect runs it it seems to have issuesNate
06/05/2024, 5:14 PMrequests -> docker-py
what does pip list | grep -E 'requests|prefect' show?Tomas Moreno
06/05/2024, 9:19 PM