tensorchord / envd-quick-start

demo for envd
Apache License 2.0
4 stars 2 forks source link

Build speed test #6

Open gaocegege opened 1 year ago

gaocegege commented 1 year ago

test bench:

def build():
    base(os="ubuntu20.04", language="python")
    install.python_packages(requirements="requirements.txt")
    install.system_packages(name=["screenfetch"])
tensorflow
numpy

Base image pull: 30s conda install: 39s conda install cache pull: 7s conda create env: 35s apt install screenfetch: 35s pip install tf, numpy: 416s export: 46s

gaocegege commented 1 year ago

lightmode

gaocegege commented 1 year ago

darkmode

dark mode

gaocegege commented 1 year ago

lightmode darkmode

gaocegege commented 1 year ago

image

Xuanwo commented 1 year ago

Cool!

gaocegege commented 1 year ago

image

gaocegege commented 1 year ago

image

gaocegege commented 1 year ago

demo

gaocegege commented 1 year ago

demo

gaocegege commented 1 year ago

lightmode

gaocegege commented 1 year ago

darkmode

shaonianche commented 1 year ago

+-dark

kemingy commented 1 year ago

+-dark

Thanks.