mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05: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
|