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

[Docker] Update tensorflow/tflite/xgboost versions #8306

Merged
merged 2 commits into from
Jun 22, 2021

Commits on Jun 22, 2021

  1. [Docker] Updated tensorflow/tflite version to 2.4.2

    Tensorflow update required following update to cuda 11.0.  Based on
    https://www.tensorflow.org/install/source#gpu, the 2.4 branch of
    tensorflow should be used with cuda 11.0.
    
    - Removed pinned version of keras/h5py, no longer needed.
    
      tensorflow/tensorflow#44467 (comment)
    
    - Updated tflite version to 2.4.2.  Also, tflite install script now
      reads the installed version of tensorflow, to keep the version
      matched in the future.
    Lunderberg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b3f90ab View commit details
    Browse the repository at this point in the history
  2. [Docker] Corrected version pinning of xgboost

    Previously, due to missing quotes, installed most recent version of
    xgboost, piping the results to a file named '=1.1.0'.  Now, installs
    xgboost at least at version 1.1.0.
    Lunderberg committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    89adbc0 View commit details
    Browse the repository at this point in the history