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

import major modules when building docker instance #8

Open
chvp opened this issue Aug 1, 2019 · 0 comments
Open

import major modules when building docker instance #8

chvp opened this issue Aug 1, 2019 · 0 comments
Labels

Comments

@chvp
Copy link
Member

chvp commented Aug 1, 2019

From https://github.ugent.be/dodona/dodona/issues/389

Importing larger modules like numpy, scipy, pandas takes some time if they haven't been imported before (Python stores compiled versions on disk). Since these modules have not been imported before in the docker instance, each time it gets started, the import of the modules gives some overhead. Could be bybpassed by importing some of these modules when building the docker.

Original issue by @charvp on Thu Sep 27 2018 at 14:36.

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

No branches or pull requests

2 participants