{"id":19892001,"url":"https://github.com/liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template","last_synced_at":"2026-05-13T04:36:59.533Z","repository":{"id":244616301,"uuid":"815753899","full_name":"liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template","owner":"liuyuweitarek","description":"Docker-based Python development template using Poetry and GPU support for PyTorch, compatible with Windows WSL2 and Ubuntu. Includes Jekyll for GitHub Pages documentation.","archived":false,"fork":false,"pushed_at":"2024-09-07T08:47:24.000Z","size":5177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T19:43:05.858Z","etag":null,"topics":["docker","docker-template","github-pages-website","gpu-container","jeykll-template","python-poetry","python-template","pytorch","wsl-ubuntu"],"latest_commit_sha":null,"homepage":"https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/","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/liuyuweitarek.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":"2024-06-16T03:43:15.000Z","updated_at":"2024-09-07T08:47:27.000Z","dependencies_parsed_at":"2024-06-16T05:40:11.603Z","dependency_job_id":"bbac1fab-640a-4feb-aa85-dcb4202860a1","html_url":"https://github.com/liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template","commit_stats":null,"previous_names":["liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuyuweitarek","download_url":"https://codeload.github.com/liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241319564,"owners_count":19943554,"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","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","docker-template","github-pages-website","gpu-container","jeykll-template","python-poetry","python-template","pytorch","wsl-ubuntu"],"created_at":"2024-11-12T18:20:54.010Z","updated_at":"2026-05-13T04:36:59.498Z","avatar_url":"https://github.com/liuyuweitarek.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Poetry WSL2-Ubuntu-GPU Docker Template\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=600px height=340px src=\"https://github.com/liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template/assets/54787524/254c8571-60d0-4abd-92c9-8a4d9e2d6123\" alt=\"project-banner\"/\u003e\n    \u003cbr\u003e\n    \u003cb\u003e(This picture is generated by DALL·E 3)\u003c/b\u003e\n\u003c/p\u003e\n\n## What is this template for?\nThis template sets up a \u003cins\u003eDocker-based development environment with GPU support\u003c/ins\u003e for Python projects using \u003cins\u003ePoetry for package management\u003c/ins\u003e, customized for \u003cins\u003ePyTorch\u003c/ins\u003e. It works on both \u003cins\u003eWindows WSL2\u003c/ins\u003e and \u003cins\u003eUbuntu\u003c/ins\u003e, and incorporates \u003cins\u003eJekyll for GitHub Pages documentation\u003c/ins\u003e.\n\nThis template will build two docker images, which includes:\n1. Workspace Image(12.87 GB) \n\n    | Package | Version |\n    |:--|:--|\n    | Python  | 3.10.12 |\n    | Pytorch | 2.1.2   |    \n    | Poetry  | 1.8.1   |\n\n2. (Optional) Local Documentation Jekyll Server(487 MB)\n\n## How to use this template?\n\nGet started with [Prerequisites](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/) and [Installation](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/installations.html) based on your Operating System and GPU Driver Version. Next, [customize this template](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/customized-to-new-project.html) for your project.\n\nIf you want to use this template as your project's documentation, please check more details in [editing this documentation](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/documentations/) that shows how to manage these pages and customize it for your project.\n\nSee more details in [Template Documentation](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/).\n\n## Having issues?\n\nPlease feel free to open an issue through [Github Issues](https://github.com/liuyuweitarek/python-poetry-wsl2-ubuntu-gpu-docker-template/issues). Thank you for your report. :)   \n\n--- \n\u003e [!TIP]\n\u003e \u003cins\u003e**(Content above can be deleted once the new project is created; furthermore, the content below belongs to the new project generated using the template.)**\u003c/ins\u003e\n\n## Getting Started\n\n1. Clone the project\n\n    ```bash\n    $ git clone https://github.com/${YOUR_GITHUB_USERNAME}/${YOUR_REPOSITORY_NAME}.git\n    ```\n\n2. [Install Prerequisites](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites)\n    \n\n3. Launch the project\n\n    Go to the cloned repository root folder, which contain `docker-compose.yml`.\n    \n    ```bash\n    $ docker compose up --build -d\n    ```\n\n## Usage\n\n\u003cins\u003eCustomized content for your project\u003c/ins\u003e\n\nSee the \"[Usage Page]()\" in the documentation for more setup and usage details.\n\n## Results\n\n\u003cins\u003eCustomized content for your project\u003c/ins\u003e\n\nSee the \"[Experiment Page]()\" in the documentation for more experiment details.\n\n## References\n\n\u003cins\u003eCustomized content for your project\u003c/ins\u003e\n\n## Contributors\n\n\u003cins\u003eCustomized content for your project\u003c/ins\u003e\n\n## License\n\n\u003cins\u003eCustomized content for your project\u003c/ins\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuyuweitarek%2Fpython-poetry-wsl2-ubuntu-gpu-docker-template/lists"}