Skip to content
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

Layout of spec.yaml changed in PR 31 and workstation rewrites that file out back in the old format. #42

Closed
freemansoft opened this issue Aug 27, 2024 · 1 comment · Fixed by #43
Labels
bug Something isn't working

Comments

@freemansoft
Copy link
Contributor

Looks like this PR moved the top section of spec.yaml to the bottom.

https://github.com/NVIDIA/nim-anywhere/pull/31/files

AI Workstation loads that file and then writes it out to disk putting the order back to the way it was prior to PR 31. This causes the filesystem to be dirty.

I had to actually delete my clone and recreated it to be able to run the project.

@AmeliaYe
Copy link
Collaborator

Hi Joe, to make sure this doesn't happen again, here are some suggestions:

  1. Update workbench to the latest version
  2. Use git update-index --assume-unchanged [<file> ...] to ignore any changes workbench makes to yaml file. We'll report this to the workbench team.

@rmkraus rmkraus linked a pull request Aug 30, 2024 that will close this issue
@rmkraus rmkraus added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants