Docker build is failing repeatedly while deploying from github
🏗️Builder
I am deploying an endpoint from GitHub, however the build is failing constantly for the past 24 hours. The failure occurs when the image is being exported to cache.
I have tried rebuilding many times and also waited for several hours before rebuilding again.
I have also tried simplifying the dockerfile by commenting everything except the following:
FROM pytorch/pytorch:2.9.0-cuda12.6-cudnn9-develCOPY . /home/app/WORKDIR /home/app/# Run the RunPod handlerCMD ["python", "-u", "handler.py"]
FROM pytorch/pytorch:2.9.0-cuda12.6-cudnn9-develCOPY . /home/app/WORKDIR /home/app/# Run the RunPod handlerCMD ["python", "-u", "handler.py"]