You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
it looks for git+https://github.com/NervanaSystems/nlp-architect.git@absa which does not exist. The git repo has a commit that merges this absa branch into master, so removing the branch name solves the issue. The updated code should be:
and with this updated one the container image build succeeds.
How do we replicate the bug?
Just follow the documentation and it fails without changing anything. According to Azure ML log, it fails at container image build stage, saying absa branch is not found.
Expected behavior (i.e. solution)
The correct git repo to install pip should succeed at container build stage.