lisheng76 / docker-pytorch-playground

Running models faster and easier, support for x86 and ARM (M1, M1Pro).

Home Page:https://soulteary.com/2022/05/20/use-docker-to-run-huggingface-models.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pytorch Playground

Running models faster and easier, support for x86 and ARM (M1, M1Pro).

How to Use

It's easy to use:

docker pull soulteary/docker-pytorch-playground

Docker Images

  • soulteary/docker-pytorch-playground:latest
  • soulteary/docker-pytorch-playground:2022.05.19

Build

docker build -t soulteary/docker-pytorch-playground .

If you need to replace the software source:

docker build --build-arg USE_MIRROR=true -t soulteary/docker-pytorch-playground .

About

Running models faster and easier, support for x86 and ARM (M1, M1Pro).

https://soulteary.com/2022/05/20/use-docker-to-run-huggingface-models.html

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%