A collection of Docker containers for running Blender headless or distributed
Go to file
Flavian 095d7cade6 append xz-utils to deps only when its needed 2020-02-26 09:12:02 +01:00
.github Add CODEOWNERS file 🏆 2020-01-14 11:54:41 -05:00
dist Blender 2.82 and support for xz archives 2020-02-25 10:57:45 +01:00
.gitignore Init 🚀 2020-01-12 17:55:13 -05:00
.travis.yml Add Docker build and tag script 🛠️ 2020-02-20 05:55:37 -05:00
LICENSE Create LICENSE 2020-02-18 10:48:38 -05:00
README.md Update README 📓 2020-02-20 06:36:00 -05:00
build.py Add Docker build and tag script 🛠️ 2020-02-20 05:55:37 -05:00
cover.png Add README to repository 📖 2020-01-14 12:56:25 -05:00
generate.py append xz-utils to deps only when its needed 2020-02-26 09:12:02 +01:00
manifest.json append xz-utils to deps only when its needed 2020-02-26 09:12:02 +01:00
notify.sh Change repository name ⚒️ 2020-02-19 04:44:00 -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 provided as-is for your own use. For more information about R&D at the Times visit rd.nytimes.com