-
Notifications
You must be signed in to change notification settings - Fork 7
Docs: runtime images and conda channel hosting (OH_CONDA_CHANNEL_ALIAS) #57
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
base: main
Are you sure you want to change the base?
Conversation
…NNEL_ALIAS usage\n\nCo-authored-by: openhands <[email protected]>
…ual appends in CodeActAgent (#57) Co-authored-by: openhands <[email protected]>
Synced from agent-sdk ref: main
|
@OpenHands Read the file added by this PR, and read our docs and their structure in the .json. Where does the information in this file really belong? Seems weird to me that it’s just dumped in openhands/runtime and it doesn’t seem referenced anywhere? |
|
I'm on it! enyst can track my progress at all-hands.dev |
|
I inspected the PR diff and your
So the information in that new file conceptually belongs with the OpenHands App runtime configuration docs, but structurally it’s currently an orphan and would be more appropriately placed under (or linked from) Checklist against your request:
|
Co-authored-by: openhands <[email protected]>
Co-authored-by: openhands <[email protected]>
Summary
Adds a runtime guide explaining why conda-forge requests default to anaconda.org and how to avoid it when building your own runtime images by setting:
Related PR
Details
openhands/runtime/runtime-images-and-conda.mdxchannel_aliasbehavior and the new environment variableWhy
anaconda.org. Even when using onlyconda-forge, the defaultchannel_aliasexpands tohttps://conda.anaconda.org/conda-forge.conda-forgeto a different host (e.g.https://repo.prefix.devor an internal mirror).Checklist
openhands/runtime/Co-authored-by: openhands [email protected]
@enyst can click here to continue refining the PR