发布

  • CP to V0.1 branch: TF notebook slimming, joyvan pip installs, and new gcr.io locations (#703)

    frostbyte_neo 发布于 2018-04-21 17:56:00 +00:00

    • Refactor tensorflow-notebook-image/Dockerfile (#689)

    Remove a lot of bloat - install only the minimal set of packages
    required to get started with ML. Any packages required can be installed
    by the user in the notebook itself using pip install/conda install

    Image size has gone down from 12GB to 3GB for cpu image

    Having a lot of packages makes it very challenging to maintain them
    because of version conflicts

    Run everything as jovyan user - this enables user to run conda install
    / pip install without requiring sudo

    Add comments on every step

    Fixes https://github.com/kubeflow/kubeflow/issues/668
    Fixes https://github.com/kubeflow/kubeflow/issues/37
    Fixes https://github.com/kubeflow/kubeflow/issues/472
    Conflicts:
    components/tensorflow-notebook-image/Dockerfile
    components/tensorflow-notebook-image/build_image.sh
    components/tensorflow-notebook-image/releaser/components/workflows.libsonnet

    • Update various images in kubeflow to kubeflow-images-public (#635)

    Point them to kubeflow-images-public instead of kubeflow-images-staging

    Related to https://github.com/kubeflow/kubeflow/issues/534
    /cc @jlewi
    Conflicts:
    bootstrap/Makefile
    bootstrap/README.md

    • Migrate images to kubeflow-images-public (#695)

    Related to https://github.com/kubeflow/kubeflow/issues/534
    Conflicts:
    bootstrap/README.md
    docs_dev/images.md
    kubeflow/core/tests/tf-job_test.jsonnet

    • Update the hub spawner dropdown for latest NB images (#697)
    下载附件