#!/bin/bash DOCKER_BUILDKIT=1 sudo docker build --build-arg KERNEL_VERSION=$(uname -r) \ -t deepstream-gst:12.6 .