From fb3d2b0f692ba3ce9d414ade48026391f3f861fb Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Fri, 7 Jun 2024 13:21:50 -0700 Subject: [PATCH] imagespec Signed-off-by: Yee Hing Tong --- examples/data_types_and_io/data_image_spec.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/data_types_and_io/data_image_spec.yaml diff --git a/examples/data_types_and_io/data_image_spec.yaml b/examples/data_types_and_io/data_image_spec.yaml new file mode 100644 index 000000000..336b28a3f --- /dev/null +++ b/examples/data_types_and_io/data_image_spec.yaml @@ -0,0 +1,16 @@ +python_version: 3.11 +name: artifacts +base_image: python:3.11-slim-buster +registry: ghcr.io/unionai-oss +# platform: linux/arm64 +apt_packages: + - "git" +packages: + - tabulate + - flyteidl==v1.11.1b1 + - decorator + - pandas + - botocore + - aiohttp + #- flytekit==v1.12.0b4 + - "git+https://github.com/flyteorg/flytekit.git@e3b8e7842add5d48c0f4c0fd2ba0eb59f9810aa3"