mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-12 07:55:14 +08:00
5 lines
137 B
Docker
5 lines
137 B
Docker
FROM ubuntu:20.04
|
|
RUN apt-get update
|
|
RUN apt-get install -y python3-pip git
|
|
RUN pip3 install git+https://github.com/geohot/tinygrad.git
|