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
- Host: GitHub
- URL: https://github.com/khirotaka/pytorch-arm-container
- Owner: khirotaka
- License: mit
- Created: 2021-03-11T12:49:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T00:55:02.000Z (over 3 years ago)
- Last Synced: 2025-02-03T14:50:01.781Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/khirotaka0122/torch
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```