Is there a way to disable dependencies check/pull on each run ? #1950
Replies: 1 comment
-
cc @zong-zhe |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a module that pull from a private registry, and it seems that each time that we do a kcl run, it checks against the registry if it has to pull the dependency which requires the credentials to connect to it.
Is there, flag, environment variable or something I can set to avoid this ? I want to package my kcl module, including its dependencies, in a docker image, but right now I have to mount the credentials so kcl check/pull the dependecies.
Beta Was this translation helpful? Give feedback.
All reactions