A collection of Docker containers for running Blender headless or distributed
Go to file
Or Fleisher 3ae72bf665
Create LICENSE
2020-02-18 10:48:38 -05:00
.github Add CODEOWNERS file 🏆 2020-01-14 11:54:41 -05:00
dist Remove 2.79 containers for now 📦 2020-01-14 12:39:08 -05:00
.gitignore Init 🚀 2020-01-12 17:55:13 -05:00
LICENSE Create LICENSE 2020-02-18 10:48:38 -05:00
README.md Remove old build status badge from readme 2020-01-24 05:10:25 -05:00
cover.png Add README to repository 📖 2020-01-14 12:56:25 -05:00
generate.py Init 🚀 2020-01-12 17:55:13 -05:00
manifest.json Remove 2.79 containers for now 📦 2020-01-14 12:39:08 -05:00

README.md

Blender in Docker

A collection of Docker containers for running Blender headless or distributed

Python version License

Getting started

The images in this repository are autogenerated by running the generate.py script. The script uses manifest.json image definitions to define different versions and capabilities.

If you just want to use one of the images in your Dockerfile

It should look like something like

FROM nytimes/blender:latest

For all tags available see Docker tags

If you are running a GPU image make sure you follow and setup Nvidia Container Toolkit

Docker tags

  • nytimes/blender:latest - Latest CPU image with latest Blender version
  • nytimes/blender:latest-gpu - Latest GPU image with latest Blender version

2.81

  • nytimes/blender:2.81-cpu-ubuntu18.04
  • nytimes/blender:2.81-gpu-ubuntu18.04

2.80:

  • nytimes/blender:2.80-cpu-ubuntu18.04
  • nytimes/blender:2.80-gpu-ubuntu18.04

Contributing

To contribute a new image make sure you:

  • Add the image definition in the manifest.json
  • Add the image to this README in the Docker tags section
  • Add image deploy and tag in the .drone.yml CI file