https://prefect.io logo
Title
t

Thoth Jedi

04/03/2020, 12:37 AM
Is there any NO-docker version of prefect to install on-prem (we don't have any docker support)? I did
conda install
and now getting this
No such file or directory: 'docker-compose'
for
prefect server
.
c

Chris White

04/03/2020, 12:40 AM
You could use the Core engine alone or use Prefect Cloud’s managed offering (there is a free tier), but other than those options I’m afraid the supported way of spinning up Prefect Server will most likely require Docker for the foreseeable future
s

Scott Zelenka

04/03/2020, 12:47 AM
Try PIP instead of the condas forge
t

Thoth Jedi

04/03/2020, 1:54 AM
Docker is no-go for us and our sister organizations (which includes some departments from National Labs)... There is nothing docker does which cannot be done without it - so it would be really nice to consider people like us... Any place I can vote for that?
c

Chris White

04/03/2020, 2:01 AM
Sure! Feel free to open an issue on GitHub describing your ideal scenario: https://github.com/PrefectHQ/prefect/issues/new
👍 1