0xBowgartField (m/acc)
0xBowgartField (m/acc)
RRunPod
Created by 0xBowgartField (m/acc) on 5/2/2025 in #⚡|serverless
build error (wrong path)
Hi, I think there is a bug in the building pipeline. I have set "Dockerpath" to "xx/yy/Dockerfile" in my serverless config. But when building i got an error:
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5208vxf0472q1f7j9chd9dea3::t36vuvg7fkrqmpnepy87364mh: "/src/start.sh": not found
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5208vxf0472q1f7j9chd9dea3::t36vuvg7fkrqmpnepy87364mh: "/src/start.sh": not found
But the path of "start.sh" is "xx/yy/start.sh". I think the building command on your side don't go in the directory of the Dockerfile and just "docker build ./xx/yy/Dockerfile". So files are not in root folder
10 replies