DeepStream 3.0 Missing Shared Object Files on Xavier AGX (no dev kit)

I have an Xavier AGX attached to a Rogue carrier, but no developer kit, so I was not able to flash anything with the NVIDIA SDK Manager. I installed all the CUDA, VisionWorks, OpenCV, and Tensor packages manually. So this may very possibly be the issue. But anyways, when I tried to run deepstream-app, it says object files are missing then hangs in the terminal. I also cleared the cache. See below:

host@host-desktop:~/Downloads/deepstream_sdk_on_jetson$ deepstream-app -c samples/configs/deepstream-app/source4_720p_dec_infer-resnet_tracker_sgie_tiled_display_int8.txt

(gst-plugin-scanner:21705): GStreamer-WARNING **: 09:23:08.939: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvtracker.so’: libvisionworks.so: cannot open shared object file: No such file or directory

(gst-plugin-scanner:21705): GStreamer-WARNING **: 09:23:09.281: Failed to load plugin ‘/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvinfer.so’: libcublas.so.10.0: cannot open shared object file: No such file or directory

Hi,
DeepStream SDK 3.0 works on r31.1. You should install through Jetpack-4.1.1:
https://developer.nvidia.com/embedded/jetpack-4-1-1

(gst-plugin-scanner:21705): GStreamer-WARNING **: 09:23:08.939: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvtracker.so': libvisionworks.so: cannot open shared object file: No such file or directory

For this error, please check again if VisionWorks1.6 is installed correctly.

(gst-plugin-scanner:21705): GStreamer-WARNING **: 09:23:09.281: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/libgstnvinfer.so': libcublas.so.10.0: cannot open shared object file: No such file or directory

Please check if CUDA10.0 is correctly installed.