Would the prefect conda pacakge start up out of th...
# introductions
d
Would the prefect conda pacakge start up out of the box with none of the external dependencies defined or would I need to essentially do what’s been done here? https://github.com/PrefectHQ/prefect/blob/master/src/prefect/cli/docker-compose.yml
k
prefect server start
uses the docker compose and fills it in then starts the server as separate services