Closed assafzam closed 4 years ago
I test your docker and the build works, remember when you run your container to add the volume: /run/jtop.sock:/run/jtop.sock
like this example:
docker run --rm -it -v /run/jtop.sock:/run/jtop.sock rbonghi/jetson-stats
This Dockerfile works fine for me:
FROM arm64v8/python:3-buster
RUN pip install -U jetson-stats
Hints:
Other hints are here: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
@rbonghi great! Thanks
I'm updating the readme and making a demo docker to test jtop
Hi,
I've installed jetson-stats successfully inside a docker container via:
root@office:/var/remote-python# sudo -H pip install -U jetson-stats
and than run the exapmle from your docs:
And got:
what can I do to fix it? (cannot run 'sudo systemctl restart jetson_stats.service' inside the container in automation pipeline)
this is the docker build coomand:
the Dockerfile: