Hi there! Just a small question. I think there is ...
# ask-the-community
h
Hi there! Just a small question. I think there is a possibility to have a base image for flyte tasks and then load only the source code to that image to be executed. Do we need to build an image for the smallest code change?
k
if you only change the code, you could use pyflyte run. it will upload the code to s3, and flytekit will download it when running the task. pyflyte run use default flytekit image
h
thanks for the answer.
k
@Harry Souris the entire iteration model for Flyte is based around not rebuilding thr code
151 Views