Skip to content

Commit

Permalink
Adding git lfs as a compilation prerequisite (#5483)
Browse files Browse the repository at this point in the history
Git LFS as a compilation prerequisite

Signed-off-by: Marek Dabek <mdabek@nvidia.com>
Co-authored-by: Krzysztof Lecki <klecki@nvidia.com>
  • Loading branch information
mdabek-nvidia and klecki committed May 28, 2024
1 parent ffe6099 commit 78545d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/compilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Prerequisites
^^^^^^^^^^^^^

.. table::
:align: center


+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------+
| Linux x64 | |
+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------+
Expand All @@ -26,7 +25,12 @@ Prerequisites
| | |
| | Required for building DALI TensorFlow Plugin. |
+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------+

| `Git LFS <https://git-lfs.com/>`_ | Follow installation manual appropriate for your operating system. |
| | |
| | Note: If Git LFS was installed after cloning the DALI repository, please update |
| | submodules to ensure that the binary blobs were downloaded. |
+-----------------------------------------------------------------------+----------------------------------------------------------------------------------------+

Building Python Wheel
^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 78545d4

Please sign in to comment.