microsoft / nnfusion

A flexible and efficient deep neural network (DNN) compiler that generates high-performance executable from a DNN model description.
MIT License
937 stars 157 forks source link

[BUG] welder docker build failed #529

Open avatarstones opened 7 months ago

avatarstones commented 7 months ago

🐛 Bug docker building process can never be finished

To Reproduce Steps to reproduce the behavior: 1 docker build -t welder_cuda .

Expected behavior docker image can be built while the process always stuck at 7/11 RUN pip install -no-cache-dir --default-timeout=1000 torch==1.12 torchvision==0.13

Additional context Could you please offer an office docker image? Thanks.

Li

ykzhang0126 commented 3 months ago

I got the same issue in Rammer (OSDI' 20), where the docker image is no longer available and some packages are missing. The authors really should provide a off-the-shelf image instead of constructing it by multiple steps from a raw ubuntu image.