tensorchord/envd

feat: accelerate apt install process

n063h opened this issue · 2 comments

n063h commented

Describe the feature

Even if I set up the apt mirror in build.envd, during the envd up process, I found that some packages were downloaded from the official Ubuntu source which could be time-consuming.

Why do you need this feature?

accelerate apt install process

Additional context

No response

It's weird. We may have bad apt source config.

n063h commented

It's weird. We may have bad apt source config.

In CompileLLB, compileUbuntuAPT is executed relatively late, some compile methods may not be under its control.
I fix this issue in #1554 .