Skip to content
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

SDK - Components - Python - Switched the default base image to python 3.7 #4054

Commits on Jun 23, 2020

  1. SDK - Components - Python - Switched the default base image to python…

    … 3.7
    
    Previously the default image was set to an old version of tensorflow image. That image is now outdated. It's also framework-specific and pretty big.
    We're switching to the official python image which is small, official and framework-agnostic.
    The users can easily switch to the old behavior by just specifying `base_image='tensorflow/tensorflow:1.13.2-py3'` during the component creation.
    Ark-kun committed Jun 23, 2020
    Copy the full SHA
    e4440b9 View commit details
    Browse the repository at this point in the history