You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the build_python_component configures the entrypoint as python3. That is why in python2 images, the tensorflow package is not found when you run python3 program.
To support this, we need to change the component builder to make the entrypoint configurable.
Same simple python code runs fine in an python 3 image but it won't run on a python 2 image:
In the python 2 image, I get the following error:
In the python3 image, the component runs fine.
The text was updated successfully, but these errors were encountered: