{"id":16992291,"url":"https://github.com/tf63/docker-pytorch","last_synced_at":"2026-04-12T11:38:22.891Z","repository":{"id":157931680,"uuid":"615931754","full_name":"tf63/docker-pytorch","owner":"tf63","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-19T05:16:42.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T04:42:38.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/tf63.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":"2023-03-19T05:10:15.000Z","updated_at":"2023-08-19T12:55:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"53b63ff2-76f0-485d-bc90-e65cec4b9c99","html_url":"https://github.com/tf63/docker-pytorch","commit_stats":null,"previous_names":["tf63/docker-pytorch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tf63/docker-pytorch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fdocker-pytorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fdocker-pytorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fdocker-pytorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fdocker-pytorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tf63","download_url":"https://codeload.github.com/tf63/docker-pytorch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tf63%2Fdocker-pytorch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31713876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-14T03:28:49.985Z","updated_at":"2026-04-12T11:38:22.850Z","avatar_url":"https://github.com/tf63.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker_PyTorch\n- VSCode + PyTorchのDocker環境\n- NVIDIA Dockerを使用\n\n\n## 各種設定\n\n### Python\nLinter, Formatterを`.vscode/settings.json`で指定\n\n- requirements.txt: `.devcontainer/requirements.txt`\n- Linter: `flake8`\n- Formatter: `black`\n\n\n### CUDA, PyTorchのバージョン\n`.devcontainer/Dockerfile`で指定\n\n- CUDA \n    - https://hub.docker.com/r/nvidia/cuda/tags で探す\n```\n    FROM nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04\n```\n\n- PyTorch\n    - https://download.pytorch.org/whl/torch_stable.html で探す\n```\n    RUN pip3 install --no-cache-dir -U pip setuptools wheel \\\n    \u0026\u0026 pip3 install --no-cache-dir -r /work/requirements.txt \\\n    \u0026\u0026 pip3 install --no-cache-dir torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html \n\n```\n\n### GRAM\n- `.devcontainer/docker-compose.yml`ファイル中の`shm_size`で指定","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf63%2Fdocker-pytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftf63%2Fdocker-pytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftf63%2Fdocker-pytorch/lists"}