Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Apr 21, 2023
1 parent 47e766a commit 71cd6e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ You can try running this command
Design your Dockerfile
----------------------

.. code-block:: docker
jetson-stats need few things to be installed on your container.

1. apt-get install -y python3
2. ``apt-get install -y python3-pip`` or you can install from **source**
1. ``apt-get install -y python3``
2. ``apt-get install -y python3-pip`` _or_ you can install from **source**

Below a simple example to install jetson-stats

.. code-block:: docker
FROM python:3-buster
RUN pip install -U jetson-stats
Expand Down

0 comments on commit 71cd6e2

Please sign in to comment.