Blender ECR Repository
Table of contents
What is ECR (Elastic Container Registry)
Amazon Elastic Container Registry (ECR) is a fully managed Docker container registry that makes it easy to store, manage, and deploy Docker container images.
Learn More
To learn more about Amazon ECR, visit the Amazon ECR website.
Usage of ECR in Brender Studio
Brender Studio uses ECR to upload Docker images with Blender installed. These images are based on the nvidia/cuda:12.3.1-runtime-ubuntu22.04 image, ensuring compatibility with NVIDIA CUDA for optimal rendering performance.
Each image is uploaded to a repository called "blender-repo-ecr", and each image is tagged according to a specific Blender version (e.g., 3.6.0, 4.1.1).
Important Considerations
The blender-repo-ecr repository is independent of the stacks (farms). It is crucial to understand that if the images in ECR are deleted, the stacks (farms) will stop functioning and will need to be recreated.