has anyone run into an issue where `prefect deploy...
# prefect-docker
t
has anyone run into an issue where
prefect 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 issues
n
hi @Tomas Moreno! this could be an issue with
requests
->
docker-py
what does
pip list | grep -E 'requests|prefect'
show?
t
I think I got this, someone a few messages up had the same issue https://prefect-community.slack.com/archives/C048ZHNT9QS/p1712697936235069 thank you though nate!