boschresearch / amira_blender_rendering

Code base for physics-based photorealistic rendering within the scope of Bosch BCAI AMIRA probject
https://boschresearch.github.io/amira_blender_rendering/
Apache License 2.0
27 stars 7 forks source link

Add workflow for building a blender image #16

Closed patrickkesper closed 3 years ago

patrickkesper commented 3 years ago

This PR adds a workflow to build a docker image with our custom blender setup. It will also push the image to the Github container registry. Due to some technical problems with SSL certificates within the docker image, I decided to move the blender download outside of the Dockerfile (and implement it via github action)

patrickkesper commented 3 years ago

I included most of your comments. Let me see if I can try to use caching are existing actions from the market place on this workflow (as indicated here)