If you are reporting a bug or error, consider submitting a Support Bundle to aiworkbench-ea@nvidia.com. This will help us solve your issue more quickly.
Please describe your issue or request: (tick the boxes after creating this topic):
Please tick the appropriate box to help us categorize your post
Bug or Error
Feature Request
Documentation Issue
Other
when building the project, I get the Docker Desktop - WSL distro terminated abruptly error, I even try restarting the container from Docker Desktop, but the project never proceeds ahead in building and never finishes building, workbench doesn’t even let me to stop the build as shown in the second screenshot saying There was a problem stopping the build for hybrid-rag. It doesn’t allow me to delete the project either since it’s building. Is there a way to delete the project completely in my computer locally so that I can try to build it again.
I had the same issue. My fix was to go into the terminal and manually remove the folder, then delete the instance in the workbench. Upon re-cloning the git repository, the build continued but was no longer frozen.
Can you give me the path to the folder? and the commands to make this happen, Thanks!
When the building freezes, you cannot delete it from the application itself, but you can delete the project from the terminal by following these steps:
Open the Windows Powershell and run:
wsl -d NVIDIA-Workbench
Then open the NVWB Project directory by running:
cd /home/workbench/.nvwb/project-runtime-info/
When in the Project directory, you can see current projects by running:
ls
If you see the project which you would like to delete, copy and past the title after rm -r
rm -r PASTETHEPROJECTNAMEANDHASH
Now open NVIDIA AI Workbench. The project stopped building and says “Build Required”. You won’t be able to open the project as the directory is empty; however, if you press on the 3 dots on the right, you should be able to delete it so you can build it again.
If the above does not work, you can manually delete it from the folder on your system. Go to:
\wsl.localhost\NVIDIA-Workbench\home\workbench.nvwb\project-runtime-info
and delete the project folder you would like to stop.
Let me know if any questions and if it helped.
4 Likes
I am getting an error after i build it.
I have tried to delete it and redownload it.
what does the error log say?
I had the same issue but working in Ubuntu. My directory path was:
rm -r /home/$USER/.nvwb/project-runtime-info/PASTETHEPROJECTNAMEANDHASH
1 Like
I have the same issue in Ubuntu22.04.