{"id":18086902,"url":"https://github.com/denismakogon/tensorflow-debian","last_synced_at":"2026-04-04T22:34:12.209Z","repository":{"id":152748754,"uuid":"128537751","full_name":"denismakogon/tensorflow-debian","owner":"denismakogon","description":"TensorFlow Debian:stretch Docker images","archived":false,"fork":false,"pushed_at":"2018-04-10T14:17:18.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T01:28:05.407Z","etag":null,"topics":["debian","docker","docker-image","fnproject","multistage","serverless","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denismakogon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-07T14:46:06.000Z","updated_at":"2018-04-10T14:17:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c4d9f23-62cc-4668-a38d-d02ab68f0d8f","html_url":"https://github.com/denismakogon/tensorflow-debian","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denismakogon/tensorflow-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Ftensorflow-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Ftensorflow-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Ftensorflow-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Ftensorflow-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denismakogon","download_url":"https://codeload.github.com/denismakogon/tensorflow-debian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denismakogon%2Ftensorflow-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["debian","docker","docker-image","fnproject","multistage","serverless","tensorflow"],"created_at":"2024-10-31T16:59:23.074Z","updated_at":"2026-04-04T22:34:12.183Z","avatar_url":"https://github.com/denismakogon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TensorFlow Debian:stretch Docker images\n\n## What's in build-stage image?\n\n - Debian stretch\n - Golang 1.10\n - Golang dep tool 0.4\n - TensorFlow 1.6.0 runtime (libtensorflow)\n - Build tools (git ,ca-certificates ,openssl ,gcc)\n\nOverall image size: ~658MB\n\n## What's in runtime image?\n\n - Debian stretch\n - TensorFlow 1.6.0 runtime (libtensorflow)\n\nOverall image size: ~128MB\n\n## Purpose\n\nThis is a build image for the multi-stage image provisioning as well as runtime image to work with TensorFlow apps written in Go.\n\n## Example\n\nSample Docker file you can find [here](example/Dockerfile).\n\n## Build the runtime image\n\n```bash\npushd runtime \u0026\u0026 docker build -t denismakogon/tensorflow-runtime:edge .; popd\n```\n\n## Build the build-stage image\n\n```bash\npushd build-stage \u0026\u0026 docker build -t denismakogon/tensorflow-build-stage:edge .; popd\n```\n\n## Test sample:\n\n```bash\npushd example \u0026\u0026 docker build -t denismakogon/tensorflow-golang-test:test .;popd\n```\n\n## Example\n\nHere's the example of a dockerfile that you need to use to build TensorFlow apps \nwith Go and package those in Docker container:\n```dockerfile\nFROM denismakogon/tensorflow-build-stage:edge as build-stage\n\nADD . /go/src/func/\nWORKDIR /go/src/func\nRUN dep ensure -v\nRUN go build -o func\n\nFROM denismakogon/tensorflow-runtime:edge\n\nCOPY --from=build-stage /go/src/func/func /function/func\nRUN /function/func\n\nENTRYPOINT [\"/function/func\"]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismakogon%2Ftensorflow-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenismakogon%2Ftensorflow-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenismakogon%2Ftensorflow-debian/lists"}