-
Notifications
You must be signed in to change notification settings - Fork 785
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
Build error on postbash script #2
Comments
For anyone else with this error, I was able to get pass this by modifying the L26-27 on the PostBuild script to: sudo -E chown workbench /mnt/milvus
sudo -E chown workbench /data After which the build process was completed and I was able to run the chat in the browser. |
that worked for me / thank you! |
The same type of adjustment allowed me to complete the build of the SDXL project on my mac mini m1. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build this example, both with the AI Workbench GUI and the nvwb cli binary and am getting the following error:
This is on an NVidia DGX box running the latest release.
The text was updated successfully, but these errors were encountered: