aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml')
-rw-r--r--ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml b/ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml
new file mode 100644
index 0000000000..e57255cd79
--- /dev/null
+++ b/ldcg-python-manylinux-tensorflow/ansible/vars/vars-tfio.yml
@@ -0,0 +1,33 @@
+---
+pip_extra_index_url: "https://snapshots.linaro.org/ldcg/python-cache/"
+build_dir: "/tmp/workspace"
+wheels_dir: "/tmp/workspace/wheels/"
+run_audit: true
+bazelisk_version: "v1.12.0"
+tfio_versions:
+ "0.37":
+ tensorflow_io_version: "0.37.0"
+ tensorflow_version: "2.16.*"
+ bazel_version: "bazelisk"
+ build_py_ver: "3.9"
+ image_prefix: "2.16"
+ python_versions:
+ - "3.9"
+ - "3.10"
+ - "3.11"
+ - "3.12"
+ "git":
+ tensorflow_io_version: "git"
+ tensorflow_io_git_version: "HEAD" # can be set to tags like "v0.24.0" or git commit id
+ tensorflow_version: "2.16.1"
+ bazel_version: "bazelisk"
+ build_py_ver: "3.9"
+ image_prefix: "2.16"
+ python_versions:
+ - "3.9"
+ - "3.10"
+ - "3.11"
+ - "3.12"
+to_be_built:
+# - "0.36"
+# - "git"