A collection of Docker containers for running Blender headless or distributed
Go to file
juniorxsound e36389bb4a Add notification script 2020-02-19 04:24:17 -05:00
.github Add CODEOWNERS file 🏆 2020-01-14 11:54:41 -05:00
dist Update Dockerfile authors and title 2020-02-19 03:22:06 -05:00
.gitignore
.travis.yml Add notification script 2020-02-19 04:24:17 -05:00
LICENSE Create LICENSE 2020-02-18 10:48:38 -05:00
README.md Update README 2020-02-19 03:41:22 -05:00
cover.png Add README to repository 📖 2020-01-14 12:56:25 -05:00
generate.py
manifest.json Update Dockerfile authors and title 2020-02-19 03:22:06 -05:00
notify.sh Add notification script 2020-02-19 04:24:17 -05:00

README.md

Blender in Docker

A collection of Docker containers for running Blender headless or distributed

Python version License Build status

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
  • PR your change and if everything is builds we will deploy it Docker Hub

This repository is maintained by the Research & Development team at The New York Times and is not an official product. For more information about R&D at the Times visit rd.nytimes.com