Fix build and documente check info

This commit is contained in:
2026-06-19 18:02:24 +02:00
parent 5ed95e455c
commit 029a7c3b38
3 changed files with 63 additions and 10 deletions
+6 -1
View File
@@ -25,4 +25,9 @@ Call this function with blender inside this container
````shell
#!/bin/sh
/opt/blender/blender --background --python "install.py"
````
````
# Check Image build
```shell
docker run --rm stilobique/blender:5.1.2 blender --version
```