{"id":30279989,"url":"https://github.com/codebasic/pydeep-environments","last_synced_at":"2025-08-16T14:36:57.545Z","repository":{"id":174539835,"uuid":"613642714","full_name":"codebasic/pydeep-environments","owner":"codebasic","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-16T00:22:41.000Z","size":120,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-16T01:23:43.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/codebasic.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-14T01:20:04.000Z","updated_at":"2024-12-16T00:22:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae8dc99c-a263-4f08-bd04-317f567c5dc8","html_url":"https://github.com/codebasic/pydeep-environments","commit_stats":null,"previous_names":["codebasic/pydeep-environments"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebasic/pydeep-environments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebasic%2Fpydeep-environments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebasic%2Fpydeep-environments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebasic%2Fpydeep-environments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebasic%2Fpydeep-environments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebasic","download_url":"https://codeload.github.com/codebasic/pydeep-environments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebasic%2Fpydeep-environments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270723853,"owners_count":24634484,"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-16T02:00:11.002Z","response_time":91,"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":[],"created_at":"2025-08-16T14:36:01.243Z","updated_at":"2025-08-16T14:36:57.535Z","avatar_url":"https://github.com/codebasic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 딥러닝 환경 설정\n\nCodebasic (c) 2015-2025\n\n다음 문서는 아래 플랫폼별 딥러닝 소프트웨어 라이브러리 설치 절차를 안내합니다.\n\n## 플랫폼\n\n1. Windows (x86-64bit)\n1. 유닉스 계열 (Unix-Like)\n    1. Mac (Apple Silicon/Intel x86-64bit)\n    1. Linux (x86-64bit)\n\n윈도우와 리눅스 경우, 직접 설치보다는 환경 구성이 완료된 [도커 사용](#docker)을 권장합니다.\n\n맥은 직접 설치를 권장합니다.\n\n## [Docker](https://docs.docker.com/get-started/overview/)\n\nDocker는 가상화를 위한 오픈 소스 소프트웨어입니다.\n\nDocker Desktop은 도커 환경 관리를 위한 GUI 인터페이스 소프트웨어입니다. 무료로 설치가 가능하지만 상용 라이선스 소프트웨어입니다. 개인 및 중소 규모 조직은 무료로 사용할 수 있습니다.\n\n정부 기관 및 대기업 환경에서 Docker Desktop 활용 시 라이선스를 검토하시기 바랍니다. 상용 라이선스 소프트웨어 설치와 활용에 대한 우려가 있는 경우, 1) 리눅스에서 도커를 설정하거나, 2) 직접 설치 절차를 진행하기 바랍니다.\n\n### Docker Desktop for Windows\n\n[Docker Desktop for Windows 설치](https://docs.docker.com/desktop/install/windows-install)\n\n#### 요구사항\n\n* Windows 10 이상 64비트 (x86-64)\n* [WSL 설치](https://learn.microsoft.com/ko-kr/windows/wsl/install#install-wsl-command)\n\n#### GPU 가속 활용\n\n지원하는 NVIDIA 그래픽 카드 장치가 장착되어 있는 경우. 장치의 [드라이버](https://www.nvidia.co.kr/drivers) 설치 및 갱신이 필요할 수 있습니다.\n\n[NVIDIA GPU 가속 확인 (GPU support in Docker Desktop for Windows)](https://docs.docker.com/desktop/features/gpu)\n\n### Linux (Ubuntu)\n\n[ubuntu_setup.sh](https://github.com/codebasic/pydeep-environments/blob/main/ubuntu_setup.sh) 파일을 참조하여 다음과 같이 도커 환경을 설정합니다.\n\n```sh\nsudo bash ubuntu_setup.sh\n```\n\n### 도커 컨테이너 실행\n\n최초 실행 시, 도커 이미지([codebasic/pydeep](https://hub.docker.com/r/codebasic/pydeep)) 다운로드가 실행됩니다.\n\n다음 중 실행 환경에 따라 *하나를 선택*하여 실행합니다.\n\n#### GPU 기반\n\n```sh\ndocker run --name pydeep-gpu -p 8888:8888 --gpus all -it codebasic/pydeep\n```\n\n#### CPU 기반\n\n딥러닝 소프트웨어의 GPU 가속을 활용하지 않거나, 활용할 수 없는 경우\n\n```sh\ndocker run --name pydeep -p 8888:8888 -it codebasic/pydeep\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebasic%2Fpydeep-environments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebasic%2Fpydeep-environments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebasic%2Fpydeep-environments/lists"}