A collection of Docker containers for running Blender headless or distributed
Go to file
Or Fleisher d69f4608ad Set up Docker Hub deploy without dry runs 📦 2021-06-30 17:29:46 -04:00
.github Add CODEOWNERS file 🏆 2020-01-14 11:54:41 -05:00
dist Add containers for 2.93 and allow custom python versions 2021-06-09 10:21:05 -04:00
.drone.yml Set up Docker Hub deploy without dry runs 📦 2021-06-30 17:29:46 -04:00
.gitignore Init 🚀 2020-01-12 17:55:13 -05:00
LICENSE Create LICENSE 2020-02-18 10:48:38 -05:00
README.md Add new tags to README 📓 2021-06-21 09:56:58 -04:00
build.py Make Docker build command --quiet and only copy README's on CI 2020-05-01 11:43:03 -04:00
cover.png Add README to repository 📖 2020-01-14 12:56:25 -05:00
generate.py Add containers for 2.93 and allow custom python versions 2021-06-09 10:21:05 -04:00
manifest.json Add containers for 2.93 and allow custom python versions 2021-06-09 10:21:05 -04:00

README.md

Blender in Docker

A collection of Docker containers for running Blender headless or distributed

Python version License Build status
Wiki 📝Docker tags 🏷️Contributing 🛠 • Docker Hub 🐋

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. To quickly get started with using the images head over to our wiki page.

Docker tags

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

2.93

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

2.92

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

2.91

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

2.90

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

2.83

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

2.82

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

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 the change is approved, 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