Closed
Description
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
High
Please provide a clear description of problem this feature solves
Because Node.js was removed in the 23.03 runtime container, the DFP Viz README was updated to include instructions to install it manually (PR #828). There was also the following error when opening the UI:
Error: libnvrtc.so.11.2: cannot open shared object file: No such file or directory
This issue was resolved by also adding the following to the README:
export LD_LIBRARY_PATH=/opt/conda/envs/morpheus/lib:${LD_LIBRARY_PATH}
Describe your ideal solution
To avoid having to do this manually, update DFP docker-compose so that this is all done when services are built.
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
- I have searched the open feature requests and have found no duplicates for this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Done