Fix skypilot archive mount bug#288
Merged
hemildesai merged 1 commit intoNVIDIA-NeMo:mainfrom Jul 10, 2025
Merged
Conversation
Signed-off-by: Roee Landesman <roeeland@cisco.com>
725e6e3 to
71adf45
Compare
hemildesai
approved these changes
Jul 10, 2025
Contributor
hemildesai
left a comment
There was a problem hiding this comment.
Thanks for the contribution 🎉
Contributor
Author
Sure thing! Anecdotally, I also had to monkey-patch this bug to get skypilot running locally with nemo run (arm64 mac) NVIDIA-NeMo/NeMo#13936 |
Contributor
Thanks for the info, we will try to merge that PR soon. |
zoeyz101
pushed a commit
to zoeyz101/NeMo-Run
that referenced
this pull request
Nov 12, 2025
Signed-off-by: Roee Landesman <roeeland@cisco.com> Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The symptom of this bug was the following error:
(head, rank=0, pid=3432) bash: cd: /nemo_run/code: No such file or directory. This happens because the archived file is not mounted correctly, which is what this PR aims to fix.I've tested this with a Run/Skypilot setup and by monkey-patching my local copy of Run was able to bypass the issue.