You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 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
The text was updated successfully, but these errors were encountered:
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.
🐛 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
The text was updated successfully, but these errors were encountered: