{"id":24583458,"url":"https://github.com/liuyuweitarek/pytorch-docker-builder","last_synced_at":"2026-02-06T05:03:11.050Z","repository":{"id":271410219,"uuid":"862855602","full_name":"liuyuweitarek/Pytorch-Docker-Builder","owner":"liuyuweitarek","description":"Automate PyTorch Docker image builds with compatible Python, CUDA, and Poetry versions, including CI/CD for testing.","archived":false,"fork":false,"pushed_at":"2025-01-07T14:12:26.000Z","size":942,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T04:30:52.427Z","etag":null,"topics":["cicd","containerd","cuda","docker","docker-image","poetry-python","python","python3","pytorch","pytorch-docker"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/liuyuweitarek.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}},"created_at":"2024-09-25T09:55:35.000Z","updated_at":"2025-01-07T14:15:14.000Z","dependencies_parsed_at":"2025-01-07T15:35:42.067Z","dependency_job_id":null,"html_url":"https://github.com/liuyuweitarek/Pytorch-Docker-Builder","commit_stats":null,"previous_names":["liuyuweitarek/pytorch-docker-builder"],"tags_count":0,"template":false,"template_full_name":"liuyuweitarek/PyDocker","purl":"pkg:github/liuyuweitarek/Pytorch-Docker-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2FPytorch-Docker-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2FPytorch-Docker-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2FPytorch-Docker-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2FPytorch-Docker-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuyuweitarek","download_url":"https://codeload.github.com/liuyuweitarek/Pytorch-Docker-Builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuyuweitarek%2FPytorch-Docker-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29151588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"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":["cicd","containerd","cuda","docker","docker-image","poetry-python","python","python3","pytorch","pytorch-docker"],"created_at":"2025-01-24T04:46:38.708Z","updated_at":"2026-02-06T05:03:11.020Z","avatar_url":"https://github.com/liuyuweitarek.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytorch Docker Builder\n\n[DockerHub]: https://hub.docker.com/r/liuyuweitarek/pytorch\n[![Docker Stars](https://img.shields.io/docker/stars/liuyuweitarek/pytorch?logo=docker)][DockerHub]\n[![Docker Pulls](https://img.shields.io/docker/pulls/liuyuweitarek/pytorch?logo=docker)][DockerHub]\n\nAutomate PyTorch Docker image builds with compatible Python, CUDA, and Poetry versions, including CI/CD for testing GPU import.\n\nFind the image in [the table below](https://github.com/liuyuweitarek/Pytorch-Docker-Builder?tab=readme-ov-file#images) or search from the [DockerHub repository](https://hub.docker.com/r/liuyuweitarek/pytorch/tags) through `\u003c\u003e-py\u003c\u003e-cuda\u003c\u003e-ubuntu\u003c\u003e` format with corresponding version filled. \n\n\u003e [!NOTE]\n\u003e **1. The images in the current project only cover Ubuntu version \u003e= 20.04.**\n\u003e\n\u003e Lower versions of Ubuntu have more compatibility issues with PyTorch and CUDA, and require individual handling. You can refer to the guide for building your own image.\n\u003e\n\u003e **2. Poetry only supports Python \u003e= 3.8**.\n\u003e\n\u003e Only images with Python \u003e= 3.8 can use Poetry, while others use Pip.\n\n## How do I know which image to use?\n\nInstall the valid version of cuda toolkit, refer to [these links](https://github.com/liuyuweitarek/Pytorch-Docker-Builder/edit/main/README.md#dependencies-references). Make sure that nvidia driver is [successfully installed](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/cuda-toolkit.html). Then, based on the `cuda version` you select, you can find the compatible `ubuntu version`, `python version` and `torch version` in [the config file](https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/config/compatible_versions.json). \n\nE.g. If you are using cuda `11.8.0`, in the [config file](https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/config/compatible_versions.json), you can find the compatible `python version`, `torch version` and `ubuntu version` as follows:\n\n```json\n{\n    \"11.8.0\": {\n        \"package_name\": \"cu118\",\n        \"python_available_torch\": {\n            \"3.8\": [\"2.0.0\", \"2.0.1\", \"2.1.0\", \"2.1.1\", \"2.1.2\", \"2.2.0\", \"2.2.1\", \"2.2.2\", \"2.3.0\", \"2.3.1\", \"2.4.0\", \"2.4.1\"],\n            \"3.9\": [\"2.0.0\", \"2.0.1\", \"2.1.0\", \"2.1.1\", \"2.1.2\", \"2.2.0\", \"2.2.1\", \"2.2.2\", \"2.3.0\", \"2.3.1\", \"2.4.0\", \"2.4.1\"],\n            \"3.10\": [\"2.0.0\", \"2.0.1\", \"2.1.0\", \"2.1.1\", \"2.1.2\", \"2.2.0\", \"2.2.1\", \"2.2.2\", \"2.3.0\", \"2.3.1\", \"2.4.0\", \"2.4.1\"],\n            \"3.11\": [\"2.0.0\", \"2.0.1\", \"2.1.0\", \"2.1.1\", \"2.1.2\", \"2.2.0\", \"2.2.1\", \"2.2.2\", \"2.3.0\", \"2.3.1\", \"2.4.0\", \"2.4.1\"],\n            \"3.12\": [\"2.2.0\", \"2.2.1\", \"2.2.2\", \"2.3.0\", \"2.3.1\", \"2.4.0\", \"2.4.1\"]\n        },\n        \"ubuntu_avaiable\": [\"18.04\", \"20.04\", \"22.04\"]\n    }\n}\n```\n\nTherefore, you can find which image to use or based the compatible versions build your own docker image.\n\n## Prerequisites\n\nFor gpu usage, ensure your system meets the following requirements:\n\n1. **Windows users need to enable WSL**  \n   To run Docker with GPU support on Windows, you must enable Windows Subsystem for Linux (WSL).  \n   Follow the instructions here: [Setting up WSL](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/windows-wsl.html).\n\n2. **Install Docker**  \n   - **Windows users:** Download and install [Docker Desktop](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/docker.html).  \n   - **Linux users:** Install Docker Engine following the instructions [here](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository).\n\n3. **Install CUDA Toolkit**  \n   Ensure that your system has the CUDA Toolkit installed, which is necessary for GPU acceleration.  \n   Refer to the guide: [Installing CUDA Toolkit](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/cuda-toolkit.html).\n\n4. **Install NVIDIA Container Toolkit**  \n   This is required to enable Docker containers to use the GPU.  \n   Follow the instructions to install the NVIDIA Container Toolkit [here](https://liuyuweitarek.github.io/python-poetry-wsl2-ubuntu-gpu-docker-template/getting_started/prerequisites/nvidia-container-toolkit.html).\n\n## How to run image directly and use for developing?\n\nTo directly use one of the prebuilt images for development, you can run the following command. This will mount your local directory to the container, so changes made within the container will be reflected in your file system.\n\n```bash\ndocker run --gpus all -v /path/to/your/code:/workspace -w /workspace --rm -it liuyuweitarek/pytorch:\u003ctag\u003e\n```\n\n**Parameters:**\n\n- `--gpus all`: Enables GPU support for the container.\n\n- `-v /path/to/your/code:/workspace`: Mounts your local directory (/path/to/your/code) to the container's `/workspace` directory. \n  \n  (P.S. Windows Powershell use `${PWD}`; Linux Bash use `$(pwd)`)\n\n- `-w /workspace`: Sets the working directory to `/workspace` inside the container.\n\n- `--rm`: Automatically removes the container when it exits.\n\n- `-it`: Runs the container interactively.\n\n**Example Output:**\n\n- Executed command: `docker run --gpus all -v ${PWD}:/workspace -w /workspace --rm -it liuyuweitarek/pytorch:2.1.0-py3.10-cuda11.8.0-ubuntu20.04`\n  \n  (Linux user should replace `${PWD}` with `$(pwd)`)\n  \n  ```bash\n  D:\\github\\docker-test\u003e docker run --gpus all -v ${PWD}:/workspace -w /workspace --rm -it liuyuweitarek/pytorch:2.1.0-py3.10-cuda11.8.0-ubuntu20.04\n  Unable to find image 'liuyuweitarek/pytorch:2.1.0-py3.10-cuda11.8.0-ubuntu20.04' locally\n  2.1.0-py3.10-cuda11.8.0-ubuntu20.04: Pulling from liuyuweitarek/pytorch\n  602d8ad51b81: Pull complete\n  491247cf4999: Pull complete\n  2a360d065640: Pull complete\n  f5bd7a83aedf: Pull complete\n  Digest: sha256:e95807387b8aae98fa2be170a61422e2ed0418af035439510954c267e21a6b6f\n  root@508a87161783:/workspace#\n  ```\n\n**Check PyTorch Import \u0026\u0026 GPU Usage:**\n\n  ```bash\n  root@91e7471b0705:/workspace# python\n  Python 3.10.15 (main, Sep  7 2024, 18:35:33) [GCC 9.4.0] on linux\n  Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n  \u003e\u003e\u003e import torch\n  \u003e\u003e\u003e torch.cuda.is_available()\n  True\n  ``` \n\n**Check Poetry Dependencies:**\n  \nCurrent folder file structure:\n    \n- Local machine: `D:\\github\\docker-test`\n  \n  (No files)\n\n- Container: `/workspace`  \n  \n  (No files)\n\nTry to start a new poetry project, sync pyproject.toml and add new package:\n  \n  ```bash\n  # Poetry Used\n  root@91e7471b0705:/workspace# which poetry\n  /opt/poetry/bin/poetry\n\n  # Start a new poetry project. More details for poetry usage: https://python-poetry.org/docs/basic-usage/\n  root@91e7471b0705:/workspace# poetry new my-project\n  Created package my_project in my-project\n  .\n    |-my-project\n    | |-my_project\n    | | |-__init__.py\n    | |-pyproject.toml\n    | |-README.md\n    | |-tests\n    | | |-__init__.py\n  \n  # Sync pyproject.toml\n  root@91e7471b0705:/workspace# cp /default-workspace/pyproject.toml /workspace/my-project/pyproject.toml\n  \n  # Add new package\n  root@91e7471b0705:/workspace# python\n  Python 3.10.15 (main, Sep  7 2024, 18:37:45) [GCC 9.4.0] on linux\n  Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n  \u003e\u003e\u003e import matplotlib\n  Traceback (most recent call last):\n    File \"\u003cstdin\u003e\", line 1, in \u003cmodule\u003e\n  ModuleNotFoundError: No module named 'matplotlib'\n  \u003e\u003e\u003e exit()\n\n  root@91e7471b0705:/workspace# cd my-project/\n  root@91e7471b0705:/workspace/my-project# poetry add matplotlib\n  Skipping virtualenv creation, as specified in config file.\n  Using version ^3.9.2 for matplotlib\n\n  Updating dependencies\n  Resolving dependencies... (6.2s)\n\n  Package operations: 8 installs, 1 update, 0 removals\n\n    - Updating six (1.14.0 /usr/lib/python3/dist-packages -\u003e 1.16.0)\n    - Installing contourpy (1.3.0)\n    - Installing cycler (0.12.1)\n    - Installing fonttools (4.54.1)\n    - Installing kiwisolver (1.4.7)\n    - Installing pillow (10.4.0)\n    - Installing pyparsing (3.1.4)\n    - Installing python-dateutil (2.9.0.post0)\n    - Installing matplotlib (3.9.2)\n\n  Writing lock file\n  root@91e7471b0705:/workspace/my-project# python\n  Python 3.10.15 (main, Sep  7 2024, 18:35:33) [GCC 9.4.0] on linux\n  Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n  \u003e\u003e\u003e import matplotlib\n  \u003e\u003e\u003e\n  ```\n\nCurrent folder file structure:\n    \n- Local machine: `D:\\github\\docker-test`\n \n  ```\n  .\n    |-my-project\n    | |-my_project\n    | | |-__init__.py\n    | |-poetry.lock\n    | |-pyproject.toml\n    | |-README.md\n    | |-tests\n    | | |-__init__.py\n  ```\n\n- Container: `/workspace`  \n \n  ```\n  .\n    |-my-project\n    | |-my_project\n    | | |-__init__.py\n    | |-poetry.lock\n    | |-pyproject.toml\n    | |-README.md\n    | |-tests\n    | | |-__init__.py\n  ```\n\n**Stop the container \u0026\u0026 Restart the container:**\n\n- Stop the container: `Ctrl+D`\n\n  Due to `--rm` option, the container will be removed after exit; however, the image still retains, so don't need to take time for pulling down image again.\n\n- Restart the container\n  \n  Under `D:\\github\\docker-test`, run docker command again. However, we lost the package just installed.  \n\n  ```bash\n  PS D:\\github\\docker-test\u003e docker run --gpus all -v ${PWD}:/workspace -w /workspace --rm -it liuyuweitarek/pytorch:2.1.0-py3.10-cuda11.8.0-ubuntu20.04\n  root@65078665a0e9:/workspace# python\n  Python 3.10.15 (main, Sep  7 2024, 18:35:33) [GCC 9.4.0] on linux\n  Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n  \u003e\u003e\u003e import matplotlib\n  Traceback (most recent call last):\n    File \"\u003cstdin\u003e\", line 1, in \u003cmodule\u003e\n  ModuleNotFoundError: No module named 'matplotlib'\n  \u003e\u003e\u003e\n  ```\n\n  **Reinstall the package:**\n  \n  ```bash\n  root@65078665a0e9:/workspace/my-project# poetry install\n  ```\n  \n  If you want to pretain the package just installed, and use directly without reinstalling, you need to build a new image. Please watch the next section.\n\n## Build your own image \n\nAdd `Dockerfile` to your project folder. Here I use `D:\\github\\docker-test`, folder structure be like:\n \n  ```\n  .\n    |-my-project\n    | |-my_project\n    | | |-__init__.py\n    | |-poetry.lock\n    | |-pyproject.toml\n    | |-README.md\n    | |-tests\n    | | |-__init__.py\n    | |-Dockerfile ---\u003e Here\n  ```\n\n**`Dockerfile`**\n\n```dockerfile\nFROM liuyuweitarek/pytorch:2.1.0-py3.10-cuda11.8.0-ubuntu20.04\n\nWORKDIR /workspace/my-project\n\n## Note: For solved matplotlib install error\nRUN curl -sS https://bootstrap.pypa.io/get-pip.py | python\nRUN python -m pip  install --upgrade pip\n\nCOPY my-project/pyproject.toml my-project/poetry.lock ./\n\nRUN poetry install \n```\n\n**Under Root Folder(`D:\\github\\docker-test`) build your image**\n\n```bash\n$ docker build -t my-project-image -f my-project/Dockerfile .\n```\n\n**RUN your image**\n\n```bash   \n$ docker run --gpus all -v ${PWD}:/workspace -w /workspace --rm -it my-project-image\n\nroot@6057cc148ae7:/workspace#\nroot@6057cc148ae7:/workspace# python\nPython 3.10.15 (main, Sep  7 2024, 18:35:33) [GCC 9.4.0] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n\u003e\u003e\u003e import matplotlib\n\u003e\u003e\u003e import torch\n\u003e\u003e\u003e torch.cuda.is_available()\nTrue \n```\n\nDone!\n\n\u003c!-- Package Management Tools --\u003e\n[Pip]: https://img.shields.io/badge/Pip-blue\n[Poetry]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\n\n\u003c!-- CUDA versions --\u003e\n[cuda12.6.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.6.1.svg\n[cuda12.5.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.5.1.svg\n[cuda12.4.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.4.1.svg\n[cuda12.3.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.3.2.svg\n[cuda12.2.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.2.2.svg\n[cuda12.1.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.1.0.svg\n[cuda12.0.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda12.0.0.svg\n[cuda11.8.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.8.0.svg\n[cuda11.7.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.7.1.svg\n[cuda11.6.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.6.2.svg\n[cuda11.5.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.5.2.svg\n[cuda11.3.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.3.1.svg\n[cuda11.1.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.1.1.svg\n[cuda11.1.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.1.0.svg\n[cuda11.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/cuda11.0.svg\n\n\u003c!-- Ubuntu versions --\u003e\n[ubuntu24.04]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/ubuntu24.04.svg\n[ubuntu22.04]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/ubuntu22.04.svg\n[ubuntu20.04]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/ubuntu20.04.svg\n\n\u003c!-- PyTorch versions --\u003e\n[pytorch2.4.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.4.1.svg\n[pytorch2.4.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.4.0.svg\n[pytorch2.2.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.2.0.svg\n[pytorch2.1.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.1.2.svg\n[pytorch2.1.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.1.1.svg\n[pytorch2.1.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.1.0.svg\n[pytorch2.0.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.0.1.svg\n[pytorch2.0.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch2.0.0.svg\n[pytorch1.9.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.9.1.svg\n[pytorch1.9.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.9.0.svg\n[pytorch1.8.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.8.1.svg\n[pytorch1.8.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.8.0.svg\n[pytorch1.7.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.7.1.svg\n[pytorch1.7.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.7.0.svg\n[pytorch1.13.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.13.1.svg\n[pytorch1.13.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.13.0.svg\n[pytorch1.12.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.12.1.svg\n[pytorch1.12.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.12.0.svg\n[pytorch1.11.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.11.0.svg\n[pytorch1.10.2]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.10.2.svg\n[pytorch1.10.1]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.10.1.svg\n[pytorch1.10.0]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/pytorch1.10.0.svg\n\n\u003c!-- Python versions --\u003e\n[python3.11]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.11.svg\n[python3.10]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.10.svg\n[python3.9]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.9.svg\n[python3.8]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.8.svg\n[python3.7]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.7.svg\n[python3.6]: https://github.com/liuyuweitarek/Pytorch-Docker-Builder/blob/main/image-builder/badges/python3.6.svg\n\n## Images\n\n| Properties | Size | Commands |\n| ---------- | ---- | -------- |\n| ![pytorch2.4.1] ![python3.10] ![Poetry] ![cuda12.4.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.10-cuda12.4.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.10-cuda12.4.1-ubuntu22.04` |\n| ![pytorch2.4.1] ![python3.11] ![Poetry] ![cuda12.6.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.11-cuda12.6.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.11-cuda12.6.1-ubuntu22.04` |\n| ![pytorch2.4.1] ![python3.8] ![Poetry] ![cuda12.6.1] ![ubuntu24.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.8-cuda12.6.1-ubuntu24.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.8-cuda12.6.1-ubuntu24.04` |\n| ![pytorch2.4.1] ![python3.9] ![Poetry] ![cuda12.5.1] ![ubuntu24.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.5.1-ubuntu24.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.5.1-ubuntu24.04` |\n| ![pytorch2.4.1] ![python3.9] ![Poetry] ![cuda12.6.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu20.04` |\n| ![pytorch2.4.1] ![python3.9] ![Poetry] ![cuda12.6.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu22.04` |\n| ![pytorch2.4.1] ![python3.9] ![Poetry] ![cuda12.6.1] ![ubuntu24.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu24.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.1-py3.9-cuda12.6.1-ubuntu24.04` |\n| ![pytorch2.4.0] ![python3.11] ![Poetry] ![cuda12.5.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.4.0-py3.11-cuda12.5.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.4.0-py3.11-cuda12.5.1-ubuntu22.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.2.0] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.2.0-py3.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.8-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.2] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.11-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.2] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.2-py3.9-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.11-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.9-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.10-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.1] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.1-py3.8-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.1.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.1.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.1.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.3.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.3.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.3.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.1.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.3.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.3.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.3.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.9-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.2.2-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.2.2-ubuntu22.04` |\n| ![pytorch2.1.0] ![python3.8] ![Poetry] ![cuda12.2.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.2.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.8-cuda12.2.2-ubuntu20.04` |\n| ![pytorch2.1.0] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.1.0-py3.11-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.1.0-py3.11-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.8-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.1] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.9-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.1] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.1-py3.11-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.8.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.7.1-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.9-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda12.0.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda12.0.0-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.10] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.10-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.10-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda12.0.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda12.0.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda12.0.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda11.8.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.8.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.8.0-ubuntu20.04` |\n| ![pytorch2.0.0] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.11-cuda11.7.1-ubuntu22.04` |\n| ![pytorch2.0.0] ![python3.8] ![Poetry] ![cuda11.8.0] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.8.0-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/2.0.0-py3.8-cuda11.8.0-ubuntu22.04` |\n| ![pytorch1.9.1] ![python3.8] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.8-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.8-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.7] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.7-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.7-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.6] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.6-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.6-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.9] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.9-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.9-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.6] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.6-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.6-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.8] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.8-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.8-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.9] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.9-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.9-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.1] ![python3.7] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.1-py3.7-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.1-py3.7-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.8] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.8-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.8-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.6] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.6-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.6-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.9] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.9-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.9-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.9] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.9-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.9-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.7] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.7-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.7-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.6] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.6-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.6-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.8] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.8-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.8-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.9.0] ![python3.7] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.9.0-py3.7-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.9.0-py3.7-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.6] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.6-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.6-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.8] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.8-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.8-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.8] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.8-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.8-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.6] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.6-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.6-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.9] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.9-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.9-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.7] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.7-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.7-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.9] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.9-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.9-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.1] ![python3.7] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.1-py3.7-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.1-py3.7-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.8] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.8-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.8-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.8] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.8-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.8-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.9] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.9-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.9-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.7] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.7-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.7-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.6] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.6-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.6-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.7] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.7-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.7-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.6] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.6-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.6-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.8.0] ![python3.9] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.8.0-py3.9-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.8.0-py3.9-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.7.1] ![python3.7] ![Pip] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.1-py3.7-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.1-py3.7-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.1] ![python3.8] ![Poetry] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.1-py3.8-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.1-py3.8-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.1] ![python3.6] ![Pip] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.1-py3.6-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.1-py3.6-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.1] ![python3.9] ![Poetry] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.1-py3.9-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.1-py3.9-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.0] ![python3.8] ![Poetry] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.0-py3.8-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.0-py3.8-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.0] ![python3.7] ![Pip] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.0-py3.7-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.0-py3.7-cuda11.0-ubuntu20.04` |\n| ![pytorch1.7.0] ![python3.6] ![Pip] ![cuda11.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.7.0-py3.6-cuda11.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.7.0-py3.6-cuda11.0-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.1] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.9] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.1] ![python3.11] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.10] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.10-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.1] ![python3.7] ![Pip] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.7] ![Pip] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.1] ![python3.8] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.11-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.7] ![Pip] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.7-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.8-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.1] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.1] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.1-py3.9-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.0] ![python3.9] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.0] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.8] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.7] ![Pip] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.0] ![python3.8] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.8-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.9] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.9-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.10] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.0] ![python3.7] ![Pip] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.10] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.10-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.7] ![Pip] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.7-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu22.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.7.1-ubuntu22.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.7.1-ubuntu22.04` |\n| ![pytorch1.13.0] ![python3.11] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.13.0] ![python3.11] ![Poetry] ![cuda11.7.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.7.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.13.0-py3.11-cuda11.7.1-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.10] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.10-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.10-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.9] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.9-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.9-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.9] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.9-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.9-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.7] ![Pip] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.7-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.7-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.8] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.8-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.8-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.7] ![Pip] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.7-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.7-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.8] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.8-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.8-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.1] ![python3.10] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.1-py3.10-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.1-py3.10-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.7] ![Pip] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.7-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.7-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.9] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.9-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.9-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.10] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.10-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.10-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.7] ![Pip] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.7-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.7-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.8] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.8-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.8-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.10] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.10-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.10-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.9] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.9-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.9-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.12.0] ![python3.8] ![Poetry] ![cuda11.6.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.12.0-py3.8-cuda11.6.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.12.0-py3.8-cuda11.6.2-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.8] ![Poetry] ![cuda11.5.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.8-cuda11.5.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.8-cuda11.5.2-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.8] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.8-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.8-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.10] ![Poetry] ![cuda11.5.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.10-cuda11.5.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.10-cuda11.5.2-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.7] ![Pip] ![cuda11.5.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.7-cuda11.5.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.7-cuda11.5.2-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.9] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.9-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.9-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.7] ![Pip] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.7-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.7-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.10] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.10-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.10-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.11.0] ![python3.9] ![Poetry] ![cuda11.5.2] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.11.0-py3.9-cuda11.5.2-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.11.0-py3.9-cuda11.5.2-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.9] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.7] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.8] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.8-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.8-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.9] ![Poetry] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.7] ![Pip] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.3.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.7] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.7-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.8] ![Poetry] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.8-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.8-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.9] ![Poetry] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.9-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.6] ![Pip] ![cuda11.1.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.6-cuda11.1.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.6-cuda11.1.1-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.6] ![Pip] ![cuda11.1.0] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.6-cuda11.1.0-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2-py3.6-cuda11.1.0-ubuntu20.04` |\n| ![pytorch1.10.2] ![python3.6] ![Pip] ![cuda11.3.1] ![ubuntu20.04] | [![](https://img.shields.io/docker/image-size/liuyuweitarek/pytorch/1.10.2-py3.6-cuda11.3.1-ubuntu20.04?style=plastic\u0026label=Size)][DockerHub] | `docker pull liuyuweitarek/pytorch/1.10.2","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuyuweitarek%2Fpytorch-docker-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuyuweitarek%2Fpytorch-docker-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuyuweitarek%2Fpytorch-docker-builder/lists"}