{"id":13831535,"url":"https://github.com/triagemd/tensorflow-builds","last_synced_at":"2025-07-09T15:32:01.707Z","repository":{"id":152419658,"uuid":"100862133","full_name":"triagemd/tensorflow-builds","owner":"triagemd","description":"Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.","archived":true,"fork":false,"pushed_at":"2019-07-30T18:39:42.000Z","size":60,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T10:06:47.005Z","etag":null,"topics":["bazel","cuda","cudnn","docker","gpu","machine-learning","nvidia","python","tensorflow","tensorflow-serving"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/triagemd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-08-20T13:08:33.000Z","updated_at":"2023-01-28T17:40:14.000Z","dependencies_parsed_at":"2024-01-11T14:10:00.705Z","dependency_job_id":null,"html_url":"https://github.com/triagemd/tensorflow-builds","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triagemd%2Ftensorflow-builds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triagemd%2Ftensorflow-builds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triagemd%2Ftensorflow-builds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triagemd%2Ftensorflow-builds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/triagemd","download_url":"https://codeload.github.com/triagemd/tensorflow-builds/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225565819,"owners_count":17489272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bazel","cuda","cudnn","docker","gpu","machine-learning","nvidia","python","tensorflow","tensorflow-serving"],"created_at":"2024-08-04T10:01:30.515Z","updated_at":"2024-11-20T13:30:46.510Z","avatar_url":"https://github.com/triagemd.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"**Warning:** This repo is now unmaintained and unnecessary.\n\nUse the official `tensorflow/serving` Docker images instead: https://hub.docker.com/r/tensorflow/serving\n\n---\n\n# tensorflow-builds\n\nTensorflow binaries and Docker images compiled with GPU support and CPU optimizations.\n\nWe now pull optimized Tensorflow wheels from [mind/wheels](https://github.com/mind/wheels) rather than building our own.\n\n## Updating Tensorflow version\n\nWhen a new version of Tensorflow is released:\n1. Update the versions at the top of `script/distribute*`.\n2. On a *very powerful* machine with Docker, set `$GITHUB_TOKEN` to [a GitHub access token with repo permissions](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) and run `script/distribute-binaries` (seriously, crank the CPU all the way up if using the cloud).\n3. Update the binary links below from https://github.com/triagemd/tensorflow-builds/releases.\n4. Push to master.\n\n---\n\n| Docker builds |\n|-|\n| [![Travis](https://travis-ci.org/triagemd/tensorflow-builds.svg?branch=master)](https://travis-ci.org/triagemd/tensorflow-builds) |\n\n| Binary | |\n|-|-|\n| **Tensorflow Serving 1.7:** |\n| CPU optimized, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_optimized |\n| GPU, CUDA 9.0, without CPU optimization | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_gpu |\n| GPU, CUDA 9.1, with CPU optimization, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_optimized_gpu |\n| **Tensorflow Serving 1.6:** |\n| CPU optimized, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_optimized |\n| GPU, CUDA 9.0, without CPU optimization | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_gpu |\n| GPU, CUDA 9.1, with CPU optimization, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_optimized_gpu |\n| **Tensorflow Serving 1.5:** |\n| CPU optimized, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_optimized |\n| GPU, CUDA 9.0, without CPU optimization | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_gpu |\n| GPU, CUDA 9.1, with CPU optimization, with Intel MKL | https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_optimized_gpu |\n\n| Docker image | |\n|-|-|\n| **Python + Intel MKL-DNN:** |\n| python2.7-mkl | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-mkl.svg)](https://hub.docker.com/r/triage/python2.7-mkl/) |\n| python3.6-mkl | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-mkl.svg)](https://hub.docker.com/r/triage/python3.6-mkl/) |\n| **Python + CUDA:** |\n| python2.7-cuda9.0 | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-cuda9.0.svg)](https://hub.docker.com/r/triage/python2.7-cuda9.0/) |\n| python3.6-cuda9.0 | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-cuda9.0.svg)](https://hub.docker.com/r/triage/python3.6-cuda9.0/) |\n| python2.7-cuda9.1 | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-cuda9.1.svg)](https://hub.docker.com/r/triage/python2.7-cuda9.1/) |\n| python3.6-cuda9.1 | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-cuda9.1.svg)](https://hub.docker.com/r/triage/python3.6-cuda9.1/) |\n| **Python + CUDA + Intel MKL-DNN:** |\n| python2.7-cuda9.1-mkl | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-cuda9.1-mkl.svg)](https://hub.docker.com/r/triage/python2.7-cuda9.1-mkl/) |\n| python3.6-cuda9.1-mkl | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-cuda9.1-mkl.svg)](https://hub.docker.com/r/triage/python3.6-cuda9.1-mkl/) |\n| **Tensorflow:** |\n| python2.7-tensorflow | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow/) |\n| python3.6-tensorflow | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-tensorflow.svg)](https://hub.docker.com/r/triage/python3.6-tensorflow/) |\n| python2.7-tensorflow-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-gpu.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-gpu/) |\n| python3.6-tensorflow-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-tensorflow-gpu.svg)](https://hub.docker.com/r/triage/python3.6-tensorflow-gpu/) |\n| **Tensorflow with CPU optimizations:** |\n| python2.7-tensorflow-optimized | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-optimized.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-optimized/) |\n| python3.6-tensorflow-optimized | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-tensorflow-optimized.svg)](https://hub.docker.com/r/triage/python3.6-tensorflow-optimized/) |\n| python2.7-tensorflow-optimized-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-optimized-gpu.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-optimized-gpu/) |\n| python3.6-tensorflow-optimized-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python3.6-tensorflow-optimized-gpu.svg)](https://hub.docker.com/r/triage/python3.6-tensorflow-optimized-gpu/) |\n| **Tensorflow Serving:** |\n| python2.7-tensorflow-serving | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-serving.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-serving/) |\n| python2.7-tensorflow-serving-optimized | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-serving-optimized.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-serving-optimized/) |\n| python2.7-tensorflow-serving-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-serving-gpu.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-serving-gpu/) |\n| python2.7-tensorflow-serving-optimized-gpu | [![Docker Pulls](https://img.shields.io/docker/pulls/triage/python2.7-tensorflow-serving-optimized-gpu.svg)](https://hub.docker.com/r/triage/python2.7-tensorflow-serving-optimized-gpu/) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriagemd%2Ftensorflow-builds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriagemd%2Ftensorflow-builds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriagemd%2Ftensorflow-builds/lists"}