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
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.