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
