-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image "seldonio/seldon-core-s2i-python3" uses old Python 3.6 #288
Comments
This was the issue: tensorflow/tensorflow#20444 Which is referenced in https://github.com/SeldonIO/seldon-core/blob/master/wrappers/s2i/python/build_python3.sh Need to ensure this is fully fixed. I see the issue is closed. |
Yes, I'm not sure they fixed TF for Python 3.7. I was investigating a bit a couple of weeks ago and it seemed to be WIP but I'm not sure. However, it's only an issue if you use TF in model serving. In all other cases - PyTorch, XGBoost, Scikit-learn - there is no problem at all. |
Maybe one solution is to have multiple variants of the python wrappers for python 3, so python3.6 and python3.7 versions. |
That would be great! |
I've tried to build new model containers and it seems to work fine! Just in case, tried to SSH into the container and got there Python 3.7 indeed. Thank you so much! That was fast. :-) |
* small update to docs * num model gateway workers from envar
The latest Python stable release is 3.7. It would be great to have an model serving with the latest Python. Thanks!
The text was updated successfully, but these errors were encountered: