{"id":17657360,"url":"https://github.com/azogue/rpi_docker_base","last_synced_at":"2026-04-12T10:32:42.484Z","repository":{"id":98325649,"uuid":"144132287","full_name":"azogue/rpi_docker_base","owner":"azogue","description":"Docker container for RPI3 SaaS development, with Python 3.6.6, Numpy, Pandas and Scipy installed","archived":false,"fork":false,"pushed_at":"2018-08-09T10:48:38.000Z","size":2905,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T10:13:24.622Z","etag":null,"topics":["docker-image","numpy","pandas","python-3-6","scipy"],"latest_commit_sha":null,"homepage":null,"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/azogue.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-09T09:40:19.000Z","updated_at":"2024-03-10T10:58:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"d53cd57c-e26b-4fa9-af5c-ffb9ff956bf2","html_url":"https://github.com/azogue/rpi_docker_base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azogue/rpi_docker_base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azogue%2Frpi_docker_base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azogue%2Frpi_docker_base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azogue%2Frpi_docker_base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azogue%2Frpi_docker_base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azogue","download_url":"https://codeload.github.com/azogue/rpi_docker_base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azogue%2Frpi_docker_base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272232697,"owners_count":24896670,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-image","numpy","pandas","python-3-6","scipy"],"created_at":"2024-10-23T14:40:29.069Z","updated_at":"2025-12-30T21:36:13.976Z","avatar_url":"https://github.com/azogue.png","language":"Dockerfile","readme":"# Docker container for RPI SaaS development\n\nThis docker container is intended to run Python 3.6 apps in a Raspberry PI 3. It is built from `resin/raspberrypi3-python:3.6`, and contains **Python 3.6.6**, **`numpy==1.14.3`**, **`pandas==0.23.4`** and **`scipy==1.1.0`**.\n\nThese are packages that require a lot of time to obtain, because there are no _wheels_ for python 3.6 yet.\n\nAs I need them very often, and I like to work with python 3.6 (faster, f-strings, async/await syntax, ...), this container comes in handy to start working quickly when I deploy new services in my raspberries fleet.\n\n## Pull from Docker Hub\n\n```\ndocker pull azogue/py36_base:rpi3\n# or\ndocker pull azogue/py36_base:x64\n```\n\n## Use it as base container:\n\nStart your Dockerfile with `FROM azogue/py36_base:rpi3`\n\n```\nFROM azogue/py36_base:rpi3\n\nADD ./requirements.txt .\nRUN pip3 install -r requirements.txt\nRUN ...\n\n...\n```\n\n## Build\n\nGet the repo with `git clone https://github.com/azogue/rpi_docker_base`, and `cd rpi_docker_base`.\n\nYou need **QEMU** to build the rpi3 container in a x64 platform. In macOS, install it with `brew install qemu`.\nThen, copy the needed arm binary to the build dir: `cp /usr/local/bin/qemu-system-arm ./build`.\n\n* For the 'rpi3' build:\n\n```\nexport DOCKER_ID_USER=azogue\ncd build\ndocker build -t $DOCKER_ID_USER/py36_base:rpi3 .\n# Check\ndocker run -it --rm --name test_py36_base_rpi3 $DOCKER_ID_USER/py36_base:rpi3 /bin/sh\n# And push\ndocker push $DOCKER_ID_USER/py36_base:rpi3\n```\n\n* For a 'x64' build:\n\n```\nexport DOCKER_ID_USER=azogue\ncd build_x64\ndocker build -t $DOCKER_ID_USER/py36_base:x64 .\n# Check\ndocker run -it --rm --name test_py36_base_x64 $DOCKER_ID_USER/py36_base:x64 /bin/bash\n# And push\ndocker push $DOCKER_ID_USER/py36_base:x64\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazogue%2Frpi_docker_base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazogue%2Frpi_docker_base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazogue%2Frpi_docker_base/lists"}