Skip to content

mattias-ohlsson/docker-centos-blender-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Automatic build

docker run --storage-opt size=20G mattiasohlsson/centos-blender-builder

Automatic build (advanced)

docker create --name blender-builder --storage-opt size=20G mattiasohlsson/centos-blender-builder

Repeat:

docker start blender-builder
docker logs --follow blender-builder

Manual build

docker run -it --storage-opt size=20G mattiasohlsson/centos-blender-builder bash

Use devtoolset-7.

scl enable devtoolset-7 bash

Run /usr/bin/start or go to $HOME/blender-git/.

Source

github.com/mattias-ohlsson/docker-centos-blender-builder

About

Build image for CentOS and Blender 2.80

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published