Jump to content

jmcausing

Validating
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi there! Issue: Installing required package for Python face_recognition takes almost 15-20 hours to install using my Orange Pi One. These are the commands I manually ran to my Orange Pi one: https://gist.github.com/jmcausing/d89d659ae43dff8f5ea8feea95fe2de3 Goal: I need a custom armbian image that has those package installed already. I tried: - Building armbian image using Virtual Box with ubuntu-22.04.1-live-server-amd64 - 30GB of Disk , 4GB of RAM and 6 CPUs - Edited the /build/config/templates/customize-image.sh and added those commands (see gist link above) to install the required packages - Run the command: ./compile.sh \ BOARD=orangepione \ BRANCH=current \ RELEASE=focal \ BUILD_MINIMAL=yes \ BUILD_DESKTOP=no \ KERNEL_ONLY=no \ KERNEL_CONFIGURE=no \ CARD_DEVICE="/dev/sda" - Failed (sorry I didn't get the error) most likely I'm doing it wrong. I also tried the Automated Build System: - Fork the repo - Edited the customize-image.sh and inserted my bash commands to install packages - Created pull request (it was closed I was doing it wrong ) https://github.com/armbian/build/pull/4229#issuecomment-1257176031 May I ask for your guidance how can I achieve my goal, please?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines