-
Notifications
You must be signed in to change notification settings - Fork 147
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
AML Compute does not build when private in the workspace #3295
Labels
Comments
@damoodamoo believe you have a workaround/solution for this? Are you good to add some notes and I'll pop on the engineering board for when you are ready to do the upstream work? Thanks. |
Current plan is to push a dockerfile to the AML - ACR, and use acr tasks to build that image, then document the name of the image for use in AML environments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The standard mcr docker images used for the AML compute clusters do not work within the TRE as access to conda / pypi repos are blocked and enabled via the package mirrors.
The setup for the nexus mirror needs to be baked in to the image used for compute in AML.
Plan is to:
FROM
the standard one, and append the conda / pypi config to it.The text was updated successfully, but these errors were encountered: