aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker
Commit message (Collapse)AuthorAge
* Update keras_applications to 1.0.6 and keras_preprocessing to 1.0.5.Gravatar Francois Chollet2018-10-01
| | | | | | This removes the transitive keras and scipy dependencies in TensorFlow. PiperOrigin-RevId: 215277190
* Internal change.Gravatar Anna R2018-09-24
| | | | PiperOrigin-RevId: 214371906
* Workaround a Notebook bug in in c.NotebookApp.ipGravatar Austin Anderson2018-09-21
| | | | | | See https://github.com/jupyter/notebook/issues/3946. I found this by checking package version differences and hunting for recent issues on Notebook's github page.
* Update TF version strings (#22070)Gravatar Austin Anderson2018-09-13
|
* Remove unused docker files.Gravatar Guangda Lai2018-08-31
| | | | PiperOrigin-RevId: 211115883
* Change docker files to upgrade cudnn to 7.2 and add TensorRT 4.Gravatar Guangda Lai2018-08-30
| | | | PiperOrigin-RevId: 211019548
* Revert the numpy restrictions. Tested on CPU/GPU pip builds.Gravatar Amit Patankar2018-08-28
| | | | PiperOrigin-RevId: 210616689
* Upgrade Keras applications and Keras preprocessing.Gravatar Francois Chollet2018-08-24
| | | | PiperOrigin-RevId: 210174523
* Merge pull request #21291 from angersson:angerson-dockerGravatar TensorFlower Gardener2018-08-24
|\ | | | | | | PiperOrigin-RevId: 210127404
* | Allow python3.5 devel docker builds.Gravatar Amit Patankar2018-08-15
| | | | | | | | PiperOrigin-RevId: 208914243
* | Merge branch 'master' into py36whlGravatar Gunhan Gulsoy2018-08-14
|\ \
| * | Fix typo with the installations for Docker.Gravatar Amit Patankar2018-08-14
| | | | | | | | | | | | PiperOrigin-RevId: 208676493
| * | Add the keras pip packages to the Dockerfiles.Gravatar Amit Patankar2018-08-13
| | | | | | | | | | | | PiperOrigin-RevId: 208590275
| * | Merge pull request #21546 from Intel-tensorflow:keras-packagesGravatar TensorFlower Gardener2018-08-13
| |\ \ | | | | | | | | | | | | PiperOrigin-RevId: 208526581
| * \ \ Merge pull request #21177 from Intel-tensorflow:mkl-horovod-containerGravatar TensorFlower Gardener2018-08-13
| |\ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 208518776
| | | * | [Intel MKL] Adding keras pip packages to container builds.Gravatar Clayne Robison2018-08-10
| | |/ / | |/| |
* | | | [Intel MKL] Adding support for python 3.6 dev containers; will move this to ↵Gravatar Clayne Robison2018-08-08
| | | | | | | | | | | | | | | | the new Dockerfile architecture, but need it here as well until the new architecture gets merged.
| * | | Merge pull request #20578 from Intel-tensorflow:mkl_dockerfile_python3Gravatar TensorFlower Gardener2018-08-07
|/| | | | | | | | | | | | | | | PiperOrigin-RevId: 207813198
* | | | Merge pull request #21282 from av8ramit:merge_r110_backGravatar TensorFlower Gardener2018-08-03
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 207329479
* \ \ \ \ Merge pull request #21346 from Intel-tensorflow:nightly-build-fixGravatar TensorFlower Gardener2018-08-02
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 207183550
| * | | | | [Intel MKL] Upgrade to Bazel 0.15.0.Gravatar Clayne Robison2018-08-02
| | | | | |
* | | | | | Fix the docker reference to ci.tensorflow.org to now use tf-nightly pipGravatar Amit Patankar2018-08-01
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | packages instead. PiperOrigin-RevId: 206978028
| | | | * Add new Dockerfile assembler based on partialsGravatar Austin Anderson2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Merging the r1.10 branch back to master.Gravatar Amit Patankar2018-07-31
|/ / / /
| | * | [Intel MKL] Adding support for MPI and Horovod to MKL containersGravatar Clayne Robison2018-07-26
| | | |
* | | | Removing old MKL development Dockerfile. Use Dockerfile.devel-mkl instead.Gravatar Clayne Robison2018-07-25
| |/ / |/| |
* | | Upgrade bazel to 0.15.0.Gravatar Yifei Feng2018-07-24
| | | | | | | | | | | | PiperOrigin-RevId: 205878953
* | | Remove linking NCCL license file.Gravatar Toby Boyd2018-07-23
| | | | | | | | | | | | PiperOrigin-RevId: 205747892
* | | Edit a link to notebooks directoryGravatar Jongmin Park2018-07-18
| | | | | | | | | | | | Bottom of this document, a link to **notebooks directory** who has tutorial misslinked. Need to change from `..` to `../notebooks`.
* | | Link NCCL 2.x lib and header where ./configure expects them.Gravatar Toby Boyd2018-07-14
| | | | | | | | | | | | PiperOrigin-RevId: 204596391
* | | Add NCCL 2.x to docker files.Gravatar Toby Boyd2018-07-13
| | | | | | | | | | | | PiperOrigin-RevId: 204500106
* | | Upgrade docker Bazel version to 0.14.1Gravatar A. Unique TensorFlower2018-07-11
| |/ |/| | | | | PiperOrigin-RevId: 204131441
* | Allow is_initialized and initializer to be called on MirroredVariables and ↵Gravatar Anjali Sridhar2018-07-06
| | | | | | | | | | | | TowerLocalVariables. PiperOrigin-RevId: 203520287
| * Adding support for python3 to MKL DockerfileGravatar Clayne Robison2018-07-05
|/
* Merge commit for internal changesGravatar Yifei Feng2018-07-02
|\
| * Merge changes from github.Gravatar Yifei Feng2018-07-02
| | | | | | | | PiperOrigin-RevId: 203037623
* | Adding support to checkout both branches and tags; Adding parameters to ↵Gravatar Clayne Robison2018-06-28
| | | | | | | | build-dev-container.sh so that it can build at any branch or tag. (#20393)
* | [Intel MKL] Adding support for MKL to docker infrastructure (#20164)Gravatar Clayne Robison2018-06-22
| | | | | | | | | | | | | | | | | | | | | | * Adding support for MKL in docker infrastructure: - MKL container support added to parameterized_docker_build.sh - MKL containers use --build-args rather than sed commands - Old MKL Dockerfile removed; MKL Dockerfiles now follow existing naming convention - build-dev-container.sh script generates python2 and python3 dev containers * Moved end-quote to the right place
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201110240
| * Automated g4 rollback of changelist 201011811Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201033171
| * Merge changes from github.Gravatar Akshay Modi2018-06-18
| | | | | | | | PiperOrigin-RevId: 201011811
* | Updating version for 1.9.0-rc0.Gravatar Amit Patankar2018-06-01
| |
* | docker: update cuDNN to 7.1.4.18 (#19636)Gravatar Felix Abecassis2018-05-31
| | | | | | Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
| * Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | | | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* | Building development docker files with AVX as well. (#19130)Gravatar Amit Patankar2018-05-07
| |
* | Enabling support for S3 and Google Storage for the MKL Docker image. (#19039)Gravatar Elson Rodriguez2018-05-02
| |
| * Merge changes from github.Gravatar Patrick Nguyen2018-05-01
| | | | | | | | PiperOrigin-RevId: 194997009
* | Adding install for libhdf5-serial-dev.Gravatar Amit Patankar2018-04-25
| |
* | Adding the h5py dependency in devel docker files.Gravatar Amit Patankar2018-04-25
| |
* | Fixing the mock import error for devel docker.Gravatar Amit Patankar2018-04-24
| |