addons icon indicating copy to clipboard operation
addons copied to clipboard

Raspberry Pi 64 OS + Jetson Nano configure.py

Open Qengineering opened this issue 4 years ago • 5 comments

Description

Modified configure.py for installation on an aarch64 linux machine like Raspberry Pi 64-bit OS or Jetson Nano. Extra lines to get CUDA and cuDNN working for the Jetson Nano.

Fixes # none

Type of change

Checklist:

  • [ ] I've properly formatted my code according to the guidelines
    • [ ] By running Black + Flake8
    • [ ] By running pre-commit hooks
  • [ ] This PR addresses an already submitted issue for TensorFlow Addons
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] This PR contains modifications to C++ custom-ops

How Has This Been Tested?

Installed the Addons successfully on the RPi 64 OS and the Jetson Nano *

Qengineering avatar Mar 20 '21 11:03 Qengineering