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

WISE packaging in docker #7

Open
advaitb opened this issue May 22, 2024 · 1 comment
Open

WISE packaging in docker #7

advaitb opened this issue May 22, 2024 · 1 comment

Comments

@advaitb
Copy link

advaitb commented May 22, 2024

Hi @ziyiyin97 ,

Have you tried packaging WISE scripts (or julia scripts) in docker. Whenever I do that, and instantiate the package it clones and downloads all packages from Manifest while running the script which makes the runtime longer. Is there a way to pre-download all libraries (like in python) and then just activate the package during runtime?

@ziyiyin97
Copy link
Member

Good point! I am recently working with a cluster so a new run does not need to download all the Julia packages, but if you are working with cloud service then there can be a significant overhead for each run. I will find some time this week or next week to push out a docker image. Thanks for your feedback.

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