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 506
1 REPLY 1

Hi,

Please create a feature request under Cloud TPU issue to let the developers know your request. But please keep in mind that this will still be under consideration and there is no definite ETA.