https://github.com/soulteary/docker-pytorch-playground
Running models faster and easier, support for x86 and ARM (M1, M1Pro).
https://github.com/soulteary/docker-pytorch-playground
docker docker-pytorch m1-mac playground pytorch towhee x86-64
Last synced: about 1 month ago
JSON representation
Running models faster and easier, support for x86 and ARM (M1, M1Pro).
- Host: GitHub
- URL: https://github.com/soulteary/docker-pytorch-playground
- Owner: soulteary
- License: apache-2.0
- Created: 2022-05-19T13:47:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T16:46:24.000Z (about 3 years ago)
- Last Synced: 2025-05-07T17:52:01.633Z (about 1 month ago)
- Topics: docker, docker-pytorch, m1-mac, playground, pytorch, towhee, x86-64
- Language: Dockerfile
- Homepage: https://soulteary.com/2022/05/20/use-docker-to-run-huggingface-models.html
- Size: 5.86 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Pytorch Playground
Running models faster and easier, support for x86 and ARM (M1, M1Pro).
## How to Use
It's easy to use:
```bash
docker pull soulteary/docker-pytorch-playground
```## Docker Images
- soulteary/docker-pytorch-playground:latest
- soulteary/docker-pytorch-playground:2022.05.19## Build
```bash
docker build -t soulteary/docker-pytorch-playground .
```If you need to replace the software source:
```bash
docker build --build-arg USE_MIRROR=true -t soulteary/docker-pytorch-playground .
```