Hi, I'm trying to daemonize my prefect worker as a...
# prefect-cloud
m
Hi, I'm trying to daemonize my prefect worker as a service on a VM and I'm running into this error:
Discovered type 'docker' for work pool 'docker-pool'.Unable to start worker. Please ensure you have the necessary dependencies installed to run your desired worker type.
I have docker running as a service and I specified it in the Requires portion of the prefect_worker.service file. Do I have to specify it anywhere else?
1
k
do you have the
prefect-docker
python package installed?
m
Just installed it, trying now
🙌 1
That worked, thank you!
1