Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Size of the docker container #567

Open
sjunges opened this issue Jun 4, 2024 · 3 comments
Open

Size of the docker container #567

sjunges opened this issue Jun 4, 2024 · 3 comments
Milestone

Comments

@sjunges
Copy link
Contributor

sjunges commented Jun 4, 2024

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.

@volkm
Copy link
Contributor

volkm commented Jun 4, 2024

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.

@sjunges sjunges added this to the OSF milestone Jun 5, 2024
@sjunges
Copy link
Contributor Author

sjunges commented Jun 11, 2024

I like this second option as being particularly clean...

@volkm
Copy link
Contributor

volkm commented Jun 12, 2024

I agree that installing within the Docker container is the best option.

This issue then depends on #527.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants