Files
tinygrad/test/Dockerfile
George Hotz bfd4f4e35c testdocker
2023-01-09 12:41:52 -08:00

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