Need a working example how to build the custom ops for new tensorflow versions - like 2.8. Current docker container come with old python version (3.6) and won't even allow me to pip install tensorflow-cpu==2.8.2. There is a need to either update the docker containers for building custom ops or provide updated documentation. Also the instructions run out of sync with https://www.tensorflow.org/guide/create_op which now uses tf_custom_op_library Thank you
Need a working example how to build the custom ops for new tensorflow versions - like 2.8.
Current docker container come with old python version (3.6) and won't even allow me to pip install tensorflow-cpu==2.8.2.
There is a need to either update the docker containers for building custom ops or provide updated documentation.
Also the instructions run out of sync with https://www.tensorflow.org/guide/create_op which now uses tf_custom_op_library
Thank you