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

Add the "tensorflow-model-analysis" package to the notebook images #544

Merged

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    a90ce57 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Make the tensorflow library importable when building the GPU image.

    Installing the `tensorflow_model_analysis` nbextension results in
    the `tensorflow` package being imported. For the CPU image this is
    fine, but in the GPU image tensorflow relies on `libcuda`, which
    is not installed (it is expected to be mapped into the running
    container from the host OS).
    
    To work around this, we take the `libcuda.so` stub library (which
    is meant for building things that link against libcuda), and
    temporarily make it be loaded when something tries to load
    `libcuda.so.1`.
    ojarjur committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    e7826ed View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/kubeflow/kubeflow into oj…

    …arjur/tensorflow-model-analysis
    ojarjur committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    d5aa782 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Merge branch 'master' of https://github.com/kubeflow/kubeflow into oj…

    …arjur/tensorflow-model-analysis
    ojarjur committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    24c90c9 View commit details
    Browse the repository at this point in the history
  2. Document the LD_LIBRARY_PATH workaround used for installing the tenso…

    …rflow-model-analysis extension
    ojarjur committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    1447b63 View commit details
    Browse the repository at this point in the history