RunpodR
Runpod2w ago
11 replies
Melon Musk

Docker build is failing repeatedly while deploying from github

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-devel
COPY . /home/app/

WORKDIR /home/app/

# Run the RunPod handler
CMD ["python", "-u", "handler.py"]

But I still got the same error

I have attached the logs
Was this page helpful?