From 9d2a578d48355e8f517bf329c5df2719613365b7 Mon Sep 17 00:00:00 2001 From: rachfop Date: Fri, 28 Feb 2025 16:53:12 +0000 Subject: [PATCH] Documentation updates from Promptless --- docs/serverless/github-integration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/serverless/github-integration.md b/docs/serverless/github-integration.md index b4cbc10d..2c124ddd 100644 --- a/docs/serverless/github-integration.md +++ b/docs/serverless/github-integration.md @@ -90,3 +90,9 @@ Some builds require GPUs. A good example is ones that rely on the GPU build vers - 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 100GB for Docker images. If your image exceeds this size, it cannot be built and deployed through the GitHub 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. \ No newline at end of file