~> App
Version
~> Prefect
Description
Install (execute in workspace terminal)
wrk install prefect==2.10.21
Remarks and hints
UI works only locally :-( On the server UI will not find api. ENV var PREFECT_API_URL is set strictly to 0.0.0.0.
run UI on server manually setting var accordingly
export PREFECT_API_URL=<YOUR-SERVER-URL>/api; prefect server start --host 0.0.0.0 --port 8030 &!
run UI on server manually setting var accordingly
export PREFECT_API_URL=<YOUR-SERVER-URL>/api; prefect server start --host 0.0.0.0 --port 8030 &!
Scripts
# Istall script # Start scriptUI
// App port: None
!= Workspace compatibility
alnoda-workspace
compatible
all versions
!= App compatibility
no compatibility requirements