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

Add a way to cache packages for jupyter lite build #125

Open
paddymul opened this issue Oct 22, 2024 · 0 comments
Open

Add a way to cache packages for jupyter lite build #125

paddymul opened this issue Oct 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@paddymul
Copy link

Problem

Every time I run jupyter lite build mamba/conda downloads a bunch of packages. This is slow, and incompatible with offline development.

Proposed Solution

How do we make conda/mamba read from local caches instead of downloading everything fresh off of the internet.

It looks like hatchling builds projects in some type of ephemeral environment under /var/folders that doesn't have access to system wide caches.

How can we plumb the options in so that we get faster builds?

Additional context

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

No branches or pull requests

1 participant