{"id":15905999,"url":"https://github.com/mshr-h/onnx-dockerfile-for-raspberry-pi","last_synced_at":"2026-04-13T17:31:37.230Z","repository":{"id":49782534,"uuid":"237619027","full_name":"mshr-h/onnx-dockerfile-for-raspberry-pi","owner":"mshr-h","description":"ONNX build dockerfile for Raspberry Pi 3","archived":false,"fork":false,"pushed_at":"2022-08-22T08:00:12.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-04T07:32:22.794Z","etag":null,"topics":["arm32v7","dockerfile","linux","onnx","onnx-wheel","python-wheel","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/mshr-h.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}},"created_at":"2020-02-01T13:29:00.000Z","updated_at":"2022-08-19T00:06:51.000Z","dependencies_parsed_at":"2022-08-13T07:31:44.509Z","dependency_job_id":null,"html_url":"https://github.com/mshr-h/onnx-dockerfile-for-raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mshr-h/onnx-dockerfile-for-raspberry-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fonnx-dockerfile-for-raspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fonnx-dockerfile-for-raspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fonnx-dockerfile-for-raspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fonnx-dockerfile-for-raspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mshr-h","download_url":"https://codeload.github.com/mshr-h/onnx-dockerfile-for-raspberry-pi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshr-h%2Fonnx-dockerfile-for-raspberry-pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["arm32v7","dockerfile","linux","onnx","onnx-wheel","python-wheel","raspberry-pi"],"created_at":"2024-10-06T13:20:31.422Z","updated_at":"2026-04-13T17:31:37.213Z","avatar_url":"https://github.com/mshr-h.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build ONNX Python wheel package for Raspberry Pi 3\n\nThis repository provides [ONNX](https://github.com/onnx/onnx) build dockerfile for Arm32v7l (Raspberry Pi 3).\n\nCurrently we support the following conbination of software versions.\n\n- Python 3.7-3/10\n- Debian Bullseye/Buster\n\nWe provide pre-build docker images below.\n\n- [mshrh/onnx-raspberry-pi-3](https://hub.docker.com/r/mshrh/onnx-raspberry-pi-3)\n\nYou can pull it with the command below.\n\n```bash\ndocker pull mshrh/onnx-raspberry-pi-3\n```\n\nOr you can manually build image from Dockerfile by following instruction.\n\n## Build instruction\n\n1. Install DockerCE on your machine by following the instruction\n    - [https://docs.docker.com/install/](https://docs.docker.com/install/)\n\n2. Clone this repository\n\n```sh\ngit clone https://github.com/mshr-h/onnx-dockerfile-for-raspberry-pi\ncd onnx-dockerfile-for-raspberry-pi\n```\n\n3. Move to a folder where you want to build for and run docker build\n\n```sh\ncd 3.7-bullseye-build # Debian bullseye with Python 3.7\ndocker build -t onnx-arm32v7 -f Dockerfile.arm32v7 .\n```\n\n4. Note the fullpath of the `.whl` file\n\n5. Copy the Python wheel file from the docker image\n\n```sh\ndocker create -ti --name onnx_temp onnx-arm32v7 bash\ndocker cp onnx_temp:/code/onnx/dist/onnx-1.6.0-cp35-cp35m-linux_armv7l.whl .\ndocker rm -fv onnx_temp\n```\n\n6. Copy wheel file(`onnx-1.6.0-cp35-cp35m-linux_armv7l.whl`) to the Raspberry Pi 3 or other ARM device\n\n7. Install the ONNX wheel file\n\n```sh\nsudo apt update\nsudo apt install -y python3 python3-pip\npip install onnx-1.6.0-cp35-cp35m-linux_armv7l.whl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fonnx-dockerfile-for-raspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmshr-h%2Fonnx-dockerfile-for-raspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshr-h%2Fonnx-dockerfile-for-raspberry-pi/lists"}