Docker images are built with fixed memory and CPU count that is defined in launch.py. However, I need to change the resources for different images based on deployment requirements and releases.
Is there a way to define memory and CPU at the time of docker image built without editing launch.py everytime?
Docker images are built with fixed memory and CPU count that is defined in
launch.py
. However, I need to change the resources for different images based on deployment requirements and releases.Is there a way to define memory and CPU at the time of docker image built without editing
launch.py
everytime?