Hi,
I’m using otbtf for a project where I ran different models on Tiff files and deployed an application built using Streamlit on GCP to run these models. I’m using the otbtf as base image in my Dockerfile which is what I need but the issue is for one of my models where I need the Tensorflow 2.15.0 version but the base image comes with 2.14.0 version. I tried to install the required Tensorflow version by adding on the requirements.txt file. I have successfully created a Dockerfile and deployed it. But still it is using 2.14.0 version instead of 2.15.0 even though I installed it.
Kindly share if there is any other way that I can use the latest tensorflow version by updating the current version to a newer one.