Cloud TPU tpuvm artifacts

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. Does anyone know if there are such wheels being produced? If not, how may I request that we support a more recent version of python. Ideally don’t want to be building from source as that increases difficulty level a lot. Thanks for your input.

@river_shah,

Welcome to the Tensorflow Forum!

According to Supported TPU configurations currently, only python 3.8 wheel is available.

For support we request you to post on googlecloudcommunity forum. Thank you!

1 Like

Thank you. have asked here