5 lines
116 B
Bash
Executable File

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