Python 3.10 Wheels for Cloud TPU VM

For running Cloud TPU VM workflows inside a docker container, I have the following two lines in the Dockerfile:

RUN pip install https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/tensorflow/tf-2.11.0/tensorflow-2.11.0-cp38-cp38-linux_x86_64.whl
RUN curl -L https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/libtpu/1.5.0/libtpu.so -o /lib/libtpu.so

I would like to get wheels for python:3.10. Ideally don’t want to be building from source as that increases difficulty level significantly. Can developers maintaining the cloud-tpu-tpuvm-artifacts wheels please update the python versions. For reference here is a linked issue asked on the tensorflow forum

0 1 516
1 REPLY 1