seunggs
05/08/2023, 5:00 PM--fast
flag to my pyflyte package ...
command, but leave the flytectl register files …
command the same and then forego the docker build process?Bernhard Stadlbauer
05/08/2023, 5:04 PMpyflyte ... serialize fast
beforehand 🙂
Under the hood, this will create a zip file with all your modules code which is then uploaded to your blob storage together with the workflow and task definitionsseunggs
05/08/2023, 5:06 PMpyflyte serialize
? I’ve always only done pyflyte package
to output flyte-packages.tgz
and then flytectl register files --archive flyte-packages.tgz
- do I need to run another command besides these?Bernhard Stadlbauer
05/08/2023, 5:31 PMpyflyte package
you’ll need the --fast
flag to get to the same resultseunggs
05/08/2023, 5:31 PMpyflyte serialize
?Bernhard Stadlbauer
05/08/2023, 5:33 PMpyflyte package
is the newer version that replaces pyflyte serialize
pyflyte register
instead of pyflyte package
and flytectl register
in case you prefer that.
Got that from pyflyte register --help
seunggs
05/12/2023, 2:44 PM