{"id":21471916,"url":"https://github.com/minwook-shin/python-docker-environment","last_synced_at":"2026-04-29T06:37:21.673Z","repository":{"id":95794589,"uuid":"311961777","full_name":"minwook-shin/python-docker-environment","owner":"minwook-shin","description":"Docker image of my Python development environment (python, Jupyterlab...)","archived":false,"fork":false,"pushed_at":"2025-11-30T11:13:13.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T15:52:00.729Z","etag":null,"topics":["docker-image","jupyterlab","python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"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/minwook-shin.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,"zenodo":null}},"created_at":"2020-11-11T12:17:32.000Z","updated_at":"2025-11-30T11:13:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a054bdf-47b7-4f98-b576-3ba6c1fe6e8f","html_url":"https://github.com/minwook-shin/python-docker-environment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minwook-shin/python-docker-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minwook-shin%2Fpython-docker-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minwook-shin%2Fpython-docker-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minwook-shin%2Fpython-docker-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minwook-shin%2Fpython-docker-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minwook-shin","download_url":"https://codeload.github.com/minwook-shin/python-docker-environment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minwook-shin%2Fpython-docker-environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32414422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker-image","jupyterlab","python"],"created_at":"2024-11-23T09:46:34.992Z","updated_at":"2026-04-29T06:37:21.661Z","avatar_url":"https://github.com/minwook-shin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-docker-environment\nDocker image of my Python development environment\n\n## custom build example\n\npure python 3.13.9\n\n```yaml\nversion: '3.8'\nservices:\n  python:\n    build:\n      context: .\n      args:\n        TIMEZONE: Asia/Seoul\n        PYTHON_VERSION: \"3.13.9\"\n        PYTHON_PACKAGE: \"requests\"\n    restart: always\n```\n\njupyterlab (python 3.13.9)\n\n```yaml\nversion: '3.8'\nservices:\n  jupyterlab:\n    build:\n      context: .\n      dockerfile: jupyter.Dockerfile\n      args:\n        TIMEZONE: Asia/Seoul\n        PYTHON_VERSION: \"3.13.9\"\n        PYTHON_PACKAGE: \"jupyterlab\"\n        DEBIAN_PACKAGE: \"nodejs npm\"\n    ports:\n    - 8888:8888\n    volumes:\n    - .:/data\n    restart: always\n    command: \"jupyter lab --ip=* --port=8888 --no-browser --notebook-dir=/data --allow-root\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminwook-shin%2Fpython-docker-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminwook-shin%2Fpython-docker-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminwook-shin%2Fpython-docker-environment/lists"}