An open API service indexing awesome lists of open source software.

https://github.com/khirotaka/pytorch-arm-container

PyTorch Docker Image for running on M1 Mac Docker
https://github.com/khirotaka/pytorch-arm-container

Last synced: 2 months ago
JSON representation

PyTorch Docker Image for running on M1 Mac Docker

Awesome Lists containing this project

README

        

# PyTorch Arm Container
This repository manages Dockerfiles for creating Docker images with PyTorch for Aarch64 installed.

In addition to PyTorch, Poetry is also built-in.
## Build Docker Image

```sh
cd dockerfile
docker build -t torch:aarch64 .
```