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 1 次提交
  5. 04 4月, 2020 1 次提交
  6. 13 12月, 2019 1 次提交
  7. 12 12月, 2019 2 次提交
  8. 04 5月, 2019 1 次提交
  9. 21 12月, 2018 1 次提交
  10. 15 12月, 2018 1 次提交
  11. 05 12月, 2018 1 次提交
  12. 30 11月, 2018 1 次提交
    • A
      Upgrade Dockerfile assembler system · 675f4156
      Austin Anderson 提交于
      This is a big upgrade to the Dockerfile assembler I wrote a couple of
      months ago. The spec has changed, the script has been rewritten, and
      there are new features throughout:
      
      - The assembler can build and upload images to Docker Hub.
      - The assembler can also run tests (!), although the testing system is
        extremely rudimentary. It could be expanded with parallelism later, if
        execution time becomes a problem.
      - spec.yml is totally different, and now defines both dockerfiles and
        images. It handles the combinatorial explosion of multiple optional features
        without excessive duplication, unlike the previous spec format.
      - Partials are the same, but I dumped the extensive dockerfile
        documentation support because I don't think anyone would have used it.
      - Dockerfiles are handled under the same kind of system as images, which
        is neat. The new Dockerfiles aren't so duplicated.
      - I've upgraded the images with new tensorflow tutorial files (jupyter
        only) and fixed some others that didn't actually work.
      - I've improved the development documentation by suggesting aliases.
      - Added "static-dockerfiles" directory to track independent Dockerfiles.
      
      These changes should better support changes like #23194.
      675f4156
  13. 01 8月, 2018 1 次提交
    • A
      Add new Dockerfile assembler based on partials · 94e0c6bb
      Austin Anderson 提交于
      This change adds a new suite of TensorFlow dockerfiles. The
      dockerfiles come from an assembler controlled by a yaml spec, and are
      based on a set of re-usable partial dockerfiles.
      
      The assembler and spec include conveniences like spec validation,
      references to other images and specs for minimizing repetition, and arg
      expansion.
      94e0c6bb