Copy link to clipboard
Copied
Hello. So I am trying to create a docker container that utilizes the gpu.
But when it goes through the sbsrender with the engine set to ogl3 it does not generate an output.
It seems to boot up but that is about it.
Here is the report it gives me:
[INFO][SBSRender]Will load engine located at "/opt/Allegorithmic/Substance_Designer/plugins/engines/libsubstance_ogl3_blend.so.1".
[INFO][SBSRender]Results from graph "pkg://XXXX" into package "/usr/local/lib/python3.9/dist-packages/XXXX/dem_height_upscaler.sbsar" :
[
{
"identifier": "XXXX",
"outputs": [
]
}
]
and here is what it looks like when using the cpu version:
[INFO][SBSRender]Will load engine located at "/opt/Allegorithmic/Substance_Designer/plugins/engines/libsubstance_sse2_blend.so.1".
[INFO][SBSRender]Results from graph "pkg://XXXX" into package "/usr/local/lib/python3.8/dist-packages/XXXX/dem_height_upscaler.sbsar" :
[INFO][SBSRender]Results from graph "pkg://XXXX" into package "/usr/local/lib/python3.8/dist-packages/XXXX/dem_height_upscaler.sbsar" :
[INFO][SBSRender]Results from graph "pkg://XXXX" into package "/usr/local/lib/python3.8/dist-packages/XXXX/dem_height_upscaler.sbsar" :
[INFO][SBSRender]Results from graph "pkg://XXXX" into package "/usr/local/lib/python3.8/dist-packages/XXXX/dem_height_upscaler.sbsar" :
[INFO][SBSRender] Output "dem" saved to "/tmp/tmpuhwr8ogx/dem_1_1_dem.png".
[
{
"identifier": "XXXX",
"outputs": [
{
"identifier": "dem",
"label": "dem",
"type": "image",
"uid": 2910303658,
"usages": [
],
"value": "/tmp/tmpuhwr8ogx/dem_1_1_dem.png"
}
]
}
]
Any tips on why this is happening?
Copy link to clipboard
Copied
I have the same issue. Have you found a solution?