Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions examples/data_types_and_io/data_image_spec.yaml
Original file line number Diff line number Diff line change
@@ -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"