Please I am getting the following error while trying to install DeepStream binding prerequisites for Python.
ubuntu@ubuntu-Blade-15-2022-RZ09-0421:/opt/nvidia/deepstream/deepstream/sources/deepstream_python_apps/bindings$ docker build --tag=deepstream-6.3-ubuntu20.04-python-l4t -f qemu_docker/ubuntu-cross-aarch64.Dockerfile .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
Docker Build architecture | Docker Docs
Sending build context to Docker daemon 4.869GB
Step 1/10 : FROM nvcr.io/nvidia/deepstream-l4t:6.3-samples
—> a651320659bd
Step 2/10 : LABEL maintainer=“NVIDIA CORPORATION”
—> Using cache
—> f9869e022d31
Step 3/10 : ENV TZ=America/Los_Angeles
—> Using cache
—> 8dec7fdf4eed
Step 4/10 : RUN apt-get update && apt-get install -y software-properties-common
—> Using cache
—> 8b8fa7b155ae
Step 5/10 : RUN apt-get update && apt-get install -y --no-install-recommends libcurl4-openssl-dev wget curl zlib1g-dev git pkg-config python3 python3-pip python3-dev python3-wheel g++ libglib2.0-dev libglib2.0-dev-bin python-gi-dev libtool m4 autoconf automake sudo ssh pbzip2 pv bzip2 unzip cmake build-essential libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstrtspserver-1.0-dev libglew-dev libssl-dev libopencv-dev freeglut3-dev libjpeg-dev libjson-glib-dev libcairo2-dev libpango1.0-dev libfontconfig1-dev libfreetype6-dev libgtk-3-dev libpng-dev libgles2-mesa-dev libegl1-mesa-dev librabbitmq-dev
—> Using cache
—> 2d0e900956dd
Step 6/10 : RUN pip3 install --upgrade pip
—> Using cache
—> 1c5c8c8b0ca4
Step 7/10 : RUN pip3 install setuptools>=41.0.0
—> Using cache
—> dd1966f1a70c
Step 8/10 : COPY docker/jetpack_files/JetsonLinux_Raarch64.tbz2 /bsp_files/
COPY failed: no source files were specified