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

wasmer run python/python -- --version should be instant #4607

Closed
syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments
Closed

wasmer run python/python -- --version should be instant #4607

syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments

Comments

Copy link
Member

In the alpha1, wasmer run python/python -- --version do a network request always (even though, you previously called in less than 5 mins)

If less than 5 mins have passed since the last check, we should use the cache as we were doing before.

Current:

$ wasmer run python/python -- --version
Downloading python/python@0.2.0
\rPython 3.12.0

Desired:

$ wasmer run python/python -- --version # No network check, extremely fast
\rPython 3.12.0
@linear linear bot closed this as completed May 7, 2024
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

1 participant