The official PyTorch docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
Current PyTorch docker images are built on the openKylin. This repository is free to use and exempted from per-user rate limits.
PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.
Learn more about on PyTorch Website.
The tag of each PyTorch docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.12.0-ok20 | PyTorch 2.12.0 on openKylin 2.0 | amd64,arm64,riscv64 |
Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
Obtain the PyTorch ecosystem docker image. There are two ways to do this:
Pull the pre-built Docker image
# From DockerHub
docker pull openkylin/pytorch
# From Quay
docker pull quay.io/openkylin/pytorch
Clone the source repository. Navigate to the AI/pytorch folder and build the image locally with the following command.
docker build . -t openkylin/pytorch
docker run -it openkylin/pytorchIf you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.
Content type
Image
Digest
sha256:0a57ba55c…
Size
395.7 MB
Last updated
3 months ago
docker pull openkylin/pytorch