1. 26 6月, 2020 2 次提交
    • A
      Fix docker for numpy again · 5af8da4a
      Austin Anderson 提交于
      I forgot about the trouble using '<' in pip dependencies on the CLI.
      This time I verified the build works.
      
      PiperOrigin-RevId: 318332763
      Change-Id: I347aee8121464232222e72d89409c600159ee80c
      5af8da4a
    • A
      Pin numpy below 1.19.0 in Dockerfiles · 04bd81d7
      Austin Anderson 提交于
      See #40688.
      
      PiperOrigin-RevId: 318122157
      Change-Id: Ief46c5610f3aaf0cdd7d43ce1a10d6d87e8e8e01
      04bd81d7
  2. 09 6月, 2020 1 次提交
  3. 15 4月, 2020 1 次提交
  4. 07 4月, 2020 2 次提交
  5. 04 4月, 2020 1 次提交
  6. 13 2月, 2020 1 次提交
  7. 28 1月, 2020 1 次提交
  8. 09 1月, 2020 1 次提交
  9. 27 12月, 2019 2 次提交
  10. 24 12月, 2019 1 次提交
    • A
      Explicit horovod spec and update CUDA to 10.1 · 1af66b1e
      Austin Anderson 提交于
      TensorFlow 2.1 was been upgraded to CUDA 10.1. This change (finally)
      updates the non-devel GPU dockerfiles as well. Additionally, it moves
      the horovod partial specs into their own key, because TensorFlow's CI
      uses the "ubuntu" keys in CI, when horovod packages are not available.
      1af66b1e
  11. 20 12月, 2019 1 次提交
  12. 13 12月, 2019 1 次提交
  13. 12 12月, 2019 2 次提交
  14. 12 11月, 2019 1 次提交
  15. 18 10月, 2019 1 次提交
  16. 01 10月, 2019 1 次提交
  17. 05 9月, 2019 1 次提交
    • L
      Make curl available on all tensorflow docker images · 1689e1fe
      Luciano Resende 提交于
      While working on some Kubeflow Pipelines automation
      we noticed the gpu based tf images had curl installed
      while the non-gpu didn't which was causing some issues.
      
      This consistently make curl available on all images.
      1689e1fe
  18. 16 8月, 2019 1 次提交
  19. 06 8月, 2019 1 次提交
  20. 22 7月, 2019 1 次提交
  21. 10 7月, 2019 1 次提交
  22. 21 6月, 2019 1 次提交
    • A
      Install 'future' when building Docker images · daf79d6b
      Austin Anderson 提交于
      Python 2-based images have been failing to build, and I think it's
      because 'future' is missing. This PR resolves that, safe_loads yaml to
      quiet a warning about safety, and rewords a few things in
      CONTRIBUTING.md.
      daf79d6b
  23. 22 5月, 2019 1 次提交
  24. 20 5月, 2019 1 次提交
  25. 17 5月, 2019 1 次提交
  26. 15 5月, 2019 1 次提交
  27. 07 5月, 2019 1 次提交
  28. 04 5月, 2019 1 次提交
  29. 11 4月, 2019 1 次提交
  30. 25 3月, 2019 1 次提交
    • A
      Upgrade bazel version to 0.23.2 · 4f63dfb6
      A. Unique TensorFlower 提交于
      Besides upgrading the Bazel version, this change also does:
      1. Rename --experimental_remote_platform_override to --remote_default_platform_properties
      2. Use --experimental_windows_native_test_wrapper in Windows build because one test was timeout due to a bug in Bazel's shell test wrapper in 0.23.2. We will enable native test wrapper on Windows soon.
      
      We have to make the above two changes in this CL because they are not supported with the current Bazel 0.19.2.
      
      PiperOrigin-RevId: 240088268
      4f63dfb6
  31. 25 2月, 2019 1 次提交
  32. 16 2月, 2019 1 次提交
    • A
      Disable TensorRT and fix some GPU typos · 0fe71bac
      Austin Anderson 提交于
      This disables TensorRT in the devel builds, which currently can't build
      in Docker's environment for some reason, and fixes some additional typos
      in the GPU devel build setup.
      
      FYI @tjakob, @tfboyd.
      0fe71bac
  33. 09 2月, 2019 1 次提交
  34. 07 2月, 2019 2 次提交
  35. 21 12月, 2018 1 次提交