The app.py creates a CiRAServiceImp in the setup_cira() method, but the use_GPU attribute is never set and hence defaults to false. Consequently, when using the CiRA docker container, it is impossible to configure the usage of GPU "from the outside." This could be made configurable through an environment variable of the container.
The
app.pycreates aCiRAServiceImpin thesetup_cira()method, but theuse_GPUattribute is never set and hence defaults tofalse. Consequently, when using the CiRA docker container, it is impossible to configure the usage of GPU "from the outside." This could be made configurable through an environment variable of the container.