kopia lustrzana https://github.com/nytimes/rd-blender-docker
095d7cade6 | ||
---|---|---|
.github | ||
dist | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
build.py | ||
cover.png | ||
generate.py | ||
manifest.json | ||
notify.sh |
README.md
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 versionnytimes/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