Byron Hsu
01/16/2023, 5:31 PMYee
01/16/2023, 6:04 PMByron Hsu
01/16/2023, 6:06 PMpyflyte run…
use fast reg by defaultYee
01/16/2023, 6:07 PMByron Hsu
01/16/2023, 6:09 PMflyte is agnostic to that process.what process?
Yee
01/16/2023, 6:09 PMByron Hsu
01/16/2023, 6:10 PMYee
01/16/2023, 6:11 PMpyflyte run
exclusively uses the fast register construct. it is not possible currently to skip that.Byron Hsu
01/16/2023, 6:13 PMpyflyte run…
. it seems that it is using fast reg by default, but i want to launch a job without fast reg to see how the old one worksYee
01/16/2023, 6:18 PMpyflyte register --non-fast
Samhita Alla
01/17/2023, 6:12 AMWhat the base image should be to contain flyte deps?The base image could be anything. Here's an example: https://github.com/flyteorg/flytesnacks/blob/master/cookbook/integrations/external_services/databricks/Dockerfile. There are a lot more examples in the flytesnacks repo that you can take a look at.