ter/deepstream-retail-analytics$ sudo systemctl restart docker
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xeu docker.service” for details.
Job for docker.service failed because the control process exited with error code.
See “systemctl status docker.service” and “journalctl -xeu docker.service” for details.
nvcr.io/nvidia/deepstream:6.1-devel is dgpu docker. from the description in the doc, the code was not tested on Jetson. currently there are some suggestions.
please ignore the step " systemctl restart docker", which is not mentioned in the official installation doc.
I actually followed your advice, but unfortunately, during the Docker installation, DeepStream 7.0 got corrupted. I kindly request that you check if it’s working on Jetson or not. I’ve spent a valuable amount of time on this issue. Unfortunately, I lost many important files and data. Thank you.
what do you mean about “DeepStream 7.0 got corrupted”? do you mean DeepStream in host can’t work? is there any error? DeepStream docker image includes DeepStream, you don’t need to install DeepStream in docker container.
DeepStream on the host is not working. After installing Docker, it returns an error, and when I turn off the Jetson device and turn it back on, it seems like the OS crashes. Right now, due to time limitation and lack of information, I gave up it. Sorry!
thank you very much once again sir. i am starting same project again.
I wrote following script, script is running , i wanted to send all data to database using the kafta protocol similar concept used in retail analytics, i have question,
is it possible to do implement kafta protocol and other things without using docker ?
ERROR*
Remote server at http://ksqldb-server:8088 does not appear to be a valid KSQL
server. Please ensure that the URL provided is for an active KSQL server.
The server responded with the following error:
Error issuing GET to KSQL server. path:/info
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException:
Connection refused: ksqldb-server/172.18.0.7:8088
Caused by: Could not connect to the server. Please check the server details are
correct and that the server is running.