{"id":16499188,"url":"https://github.com/hardbyte/python3-docker","last_synced_at":"2026-02-25T07:35:12.125Z","repository":{"id":79897795,"uuid":"20871352","full_name":"hardbyte/python3-docker","owner":"hardbyte","description":"A docker machine configured for Python 3","archived":false,"fork":false,"pushed_at":"2015-04-29T01:28:21.000Z","size":196,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T05:07:23.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/hardbyte.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}},"created_at":"2014-06-16T03:11:48.000Z","updated_at":"2014-11-26T04:38:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0d73545-640d-42c9-aed8-16c2cb026dfa","html_url":"https://github.com/hardbyte/python3-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hardbyte/python3-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardbyte%2Fpython3-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardbyte%2Fpython3-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardbyte%2Fpython3-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardbyte%2Fpython3-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardbyte","download_url":"https://codeload.github.com/hardbyte/python3-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardbyte%2Fpython3-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29813930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"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":[],"created_at":"2024-10-11T14:51:27.996Z","updated_at":"2026-02-25T07:35:12.109Z","avatar_url":"https://github.com/hardbyte.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"An image that is able to build Python3 packages numpy, scipy and cryptography\nfrom source.\n\nImage includes `build essential` as well as `wget`, `curl`, `git` and `python3.4`.\nAll dependencies for building an optimized version of `numpy` such as `gfortran` \nare included as well.\n\nPython 3 modules installed:\n\n- pip, \n- virtualenv\n\n## Direct use:\n\n```\ndocker pull hardbyte/python3\ndocker run -it hardbyte/python3 /bin/bash\n```\n\n## Inheriting Example\n\nCreate a dockerfile in your Python application directory\n\n```\nFROM hardbyte/python3\n\nWORKDIR /app\nADD . /app\n\nRUN pip install --upgrade -r /app/requirements.txt\n\nEXPOSE 8080\nCMD []\n\nENTRYPOINT [\"python3.4\", \"/app/main.py\"]\n```\n\nAlso see [hardbyte/python3-app](https://registry.hub.docker.com/u/hardbyte/python3-app/)\nfor a repository to Dockerize standard Python applications.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardbyte%2Fpython3-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardbyte%2Fpython3-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardbyte%2Fpython3-docker/lists"}