-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: 4.9.3
-
Component/s: Pegasus Lite, Pegasus Planner
Sometimes extra cli arguments are needed for special container cases.
For example a test application with pytorch fails with the default shared memory (/dev/shm) size of 64Mb in Docker
Adding the "--shm-size" solves this issue.
So it would be nice to have a profile such as "container_args_extra" that we can pass more cli arguments.