straight-alligator-31443
02/22/2024, 4:40 PMimage_config = ImageConfig.auto(
img_name="localhost:30000/my_test_image:latest"
)
remote.register_workflow(
standard_scale_workflow,
serialization_settings=SerializationSettings(image_config=image_config),
version="v1.1",
)
i get this error when i launch a workflow
ModuleNotFoundError: No module named 'workflows'
which folder must we copy the files to in dockerfile so it sees my workflows folder?tall-lock-23197
register_workflow
. could you use register_script
? https://docs.flyte.org/en/latest/flytesnacks/examples/feast_integration/feast_flyte_remote.html#register-the-code