Mauricio Duarte Fiallos
07/07/2023, 5:44 PMjpuris
07/09/2023, 8:19 PM/path/to/my/venv/bin/prefect agent start
Mauricio Duarte Fiallos
07/09/2023, 8:27 PMjpuris
07/09/2023, 8:33 PMChristopher Boyd
07/09/2023, 8:46 PMMauricio Duarte Fiallos
07/09/2023, 8:55 PMChristopher Boyd
07/09/2023, 8:58 PMMauricio Duarte Fiallos
07/09/2023, 9:01 PMjpuris
07/09/2023, 9:02 PM:22.04
) installs prefect just fine out of the box đ€·
spin up the container
docker run --rm -it --name prefect-ubuntu ubuntu:22.04
install
apt update
apt install python3 python3-pip
pip install -U prefect
prefect is in path
# which prefect
/usr/local/bin/prefect
.local/bin
because that is how AWS sets it up for non root users..Christopher Boyd
07/09/2023, 9:04 PMjpuris
07/09/2023, 9:05 PM$ ~/.local/bin/prefect version
đ€·Mauricio Duarte Fiallos
07/09/2023, 9:06 PMjpuris
07/09/2023, 9:08 PMChristopher Boyd
07/09/2023, 9:09 PMMauricio Duarte Fiallos
07/09/2023, 9:15 PMdocker run -d -p 4200:4200 prefecthq/prefect
jpuris
07/09/2023, 9:22 PMChristopher Boyd
07/09/2023, 9:23 PMMauricio Duarte Fiallos
07/09/2023, 9:26 PMChristopher Boyd
07/09/2023, 9:26 PMMauricio Duarte Fiallos
07/09/2023, 9:27 PMChristopher Boyd
07/09/2023, 9:33 PMMauricio Duarte Fiallos
07/09/2023, 9:33 PMChristopher Boyd
07/09/2023, 9:34 PMMauricio Duarte Fiallos
07/09/2023, 9:36 PMChristopher Boyd
07/09/2023, 9:37 PMMauricio Duarte Fiallos
07/09/2023, 9:39 PM