From 8d6c0735b58474e34b8b6d0406c1d46ada09a8ce Mon Sep 17 00:00:00 2001 From: rachfop Date: Fri, 28 Feb 2025 22:12:59 +0000 Subject: [PATCH] Documentation updates from Promptless --- docs/serverless/github-integration.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/serverless/github-integration.md b/docs/serverless/github-integration.md index b4cbc10d..48767188 100644 --- a/docs/serverless/github-integration.md +++ b/docs/serverless/github-integration.md @@ -82,11 +82,21 @@ Builds can have the following statuses: ## Known limitations -- Private registry base images -At the moment, RunPod does not support privately hosted images as base images for docker build. A good workaround is to pack as much of the content in the privately hosted image into the image you are building. -- GPU builds -Some builds require GPUs. A good example is ones that rely on the GPU build version of bitsandbytes. +- **Build execution timeout** + The maximum execution time for GitHub builds is 9,600 seconds (160 minutes or approximately 2.5 hours). If your build process exceeds this limit, it will fail. Consider optimizing your Dockerfile and build process for large images. -- Images only served on the RunPod platform -Images that are built using runpod's image builder service cannot be used anywhere else. +- **Docker image size limit** + The GitHub integration has a size limit of 100 GB for Docker images. Larger images cannot be built or deployed through the integration. + +- **GitHub account association** + Users can only associate one GitHub account with one RunPod account for the time being, and this cannot be shared among team members. + +- **Private registry base images** + At the moment, RunPod does not support privately hosted images as base images for docker build. A good workaround is to pack as much of the content in the privately hosted image into the image you are building. + +- **GPU builds** + Some builds require GPUs. A good example is ones that rely on the GPU build version of bitsandbytes. + +- **Images only served on the RunPod platform** + Images that are built using runpod's image builder service cannot be used anywhere else. \ No newline at end of file