related to: NV-Clip on DGX Spark
We successfully launched nvclip on the DGX Spark machine using a custom Dockerfile. As part of this setup, we compiled ONNX Runtime from source within the Docker image to ensure compatibility with the environment.
Dockerfile.txt (1.2 KB)
An additional step was required during the server startup process. The symlinks located in the workspace directory had to be replaced with the actual target files; otherwise, the start_server.sh script failed to run correctly. After updating the symlinks, the server launched without further issues.