Skip to content

Commit 4ebcd9f

Browse files
Update github-integration.mdx to reflect real limits (#269)
Co-authored-by: Mo King <[email protected]>
1 parent ca7bc00 commit 4ebcd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/workers/github-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Runpod's GitHub integration has a few limitations to be aware of:
167167
When using GitHub integration with Runpod, be aware of these important limitations:
168168

169169
* **Build time limit**: Builds must complete within 160 minutes (2.5 hours). Optimize your Dockerfile for efficiency with large images to avoid timeouts.
170-
* **Image size restriction**: Docker images cannot exceed 100 GB. Plan your image requirements accordingly, particularly when including large model weights or dependencies.
170+
* **Image size restriction**: Docker images cannot exceed 80 GB. Plan your image requirements accordingly, particularly when including large model weights or dependencies.
171171
* **Base image limitations**: The integration doesn't support privately hosted images as base images. Consider incorporating essential components directly into your Dockerfile instead.
172172
* **Hardware-specific builds**: Builds requiring GPU access during construction (such as those using GPU-compiled versions of libraries like `bitsandbytes`) are not supported.
173173
* **Platform exclusivity**: Images built through Runpod's image builder service are designed exclusively for Runpod's infrastructure and cannot be pulled or executed on other platforms.

0 commit comments

Comments
 (0)