Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Commit (0.33 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

      in the 'FROM' directive of the server image Dockerfiles.
      
      As a result, server images for non-amd64 images copy in the go-runner
      amd64 binary instead of the go-runner that matches that architecture.
      
      This commit explicitly sets the '--platform=linux/${arch}' to ensure
      we're pulling the correct go-runner arch from the manifest list.
      
      Before:
      `FROM ${base_image}`
      
      After:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

    ## Bug Fixes and Other Changes
    
    *   Added a versioning framework for `GraphDef`s to ensure compatibility
    *   Enforced Python 3 compatibility
    *   Internal changes now show up as sensibly separated commits
    *   Open-sourced the doc generator
    *   Un-fork Eigen
    *   Simplified the `BUILD` files and cleaned up C++ headers
    *   TensorFlow can now be used as a submodule in another bazel build
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top