Replies: 1 comment
-
|
Hello @nthiery - Looking back through git blame, that line originally went in 5 years ago. Setting both Because users could install conda environments that require python 3.6, it can still be useful to have both Are you not able to override these environment variables in your downstream dockerfile or |
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.
-
Dear micromamba docker image devs,
The micromamba docker images sets both LANG and LC_ALL to C.UTF-8. My reading of the gettext manual is that the recommendation would be to only set LANG, and not LC_ALL, to let users specify their locale with LANG:
Is there some specific rationale for setting LC_ALL in the context of this docker image?
Caveat: my use case (building docker images to run jupyter based interactive services) may be quite different from other use cases (e.g. running in a CI).
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions