You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our dockerfile, we currently use multiple layers with multiple compile commands. This generally leads to big docker containers. An open question is whether we can make these docker containers smaller.
The text was updated successfully, but these errors were encountered:
There is definitely some room for improvement by combing commands in one layer.
Another possible option could be to simply install Storm via CMake and then remove all the build artifacts.
In our dockerfile, we currently use multiple layers with multiple compile commands. This generally leads to big docker containers. An open question is whether we can make these docker containers smaller.
The text was updated successfully, but these errors were encountered: