I am experiencing an issue when trying to start the chat feature on NVIDIA Workbench. The process keeps polling the inference server without success. Below is the error log I am encountering:
I have reviewed the provided postbuild script in my project, which sets up the required environments and dependencies. The script appears to complete successfully, but the issue persists when starting the chat.
example project. And I call help to Nvidia, their engineer kindly help privde a way to fix this with adding the variable /usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH and add “$HOME/.conda/envs/api-env/bin/pip install --upgrade setuptools” to the postBuild.bash