Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
/ blackstrap Public archive

Docker-based distributed Blender render farm

Notifications You must be signed in to change notification settings

theprojectlist/blackstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blackstrap

GitHub Workflow Status Docker Image Size (latest by date) Docker Pulls

Docker-based distributed Blender render farm.

Developing

For the most part, all you need to test blackstrap is Docker. If you want to try building for ARM, though, you need to install the proper architecture emulator:

$ docker run --privileged --rm tonistiigi/binfmt --install arm64

Then, you can build the for the ARM platform by adding linux/arm64 to the --platform list supplied to Buildx. Because Docker must emulate a different CPU architecture, there is a very large performance hit. Building for ARM on x86-64 takes a lot longer.

$ docker buildx build --platform linux/amd64,linux/arm64 .

About

Docker-based distributed Blender render farm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published