PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab. It is free and open-source software released under the Modified BSD license. Although the Python interface is more polished and the primary focus of development, PyTorch also has a C++ interface.
See pytorch.org for more information This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.1.10 | docker pull icr.io/ibmz/pytorch@sha256:d9c410fd2b65b719ead5ec069eb3ead0ad9005dbfd661a3f8ce368b764cd6469 | Vulnerability Report | 10-29-2024 |
Version | Pull String | Security (IBM Cloud) | Created |
---|---|---|---|
/
as shown below.
docker run --rm -it -v {volume_containing_your_python_code}:/ icr.io/ibmz/pytorch:1.10 python3 {your_python_code.py}
For full Pytorch documentation and usage notes see the official website.