Performance decline when building an image with an app and running it with Docker
0
Currently, we are building an app using the onnx model as an image, running this image in Docker to create a container, and running this container to launch the web. However, when I tested the app in a local environment in mendix studio pro and when I ran a container in docker and tested it, I found a problem where the calculation time took too long in the docker environment even though the onnx model was calculated the same. (The difference is about 100 seconds. .) Is there any way to solve this?Even though I ran many tests by changing various values such as HEAP_SIZE and MAX_METASPACE_SIZE when running docker, I could not prevent performance degradation.