clearml-serving
clearml-serving copied to clipboard
Use python 3.8 in serving container
Hi, my stack uses python 3.8 everywhere and I've just modified the Dockerfile and built the image locally to get my stack to work. I figured it should be easy for you to make an additional image in dockerhub to support python 3.8. Not sure if you need anything else from the PR.
Hi @milongo,
If that's the case, I would prefer to have an additional dockerfile to build from 3.8, and not change the existing one...
Oh, yes, that makes a lot of sense, sorry. What would you say would be a better way of doing this?
@jkhenning I provided it as an argument. I think the only thing you'd need to change would be pushing an image built with 3.8 to your hub?
@milongo makes sense 🙂
Cool! @jkhenning please let me know when you get a chance to do that.
Hi @jkhenning any updates on this?