@@ -1,3 +1,7 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
on:
workflow_dispatch:
push:
# Ubuntu release versions 22.04, 20.04, and 18.04 are supported
ARG UBUNTU_RELEASE=22.04
ARG CUDA_VERSION=11.7.1
@@ -1,5 +1,9 @@
#!/bin/bash -e
trap "echo TRAPed signal" HUP INT QUIT KILL TERM
# Create and modify permissions of XDG_RUNTIME_DIR
# Source environment for GStreamer
source /opt/gstreamer/gst-env
# Add CUDA library path
[supervisord]
user=user
nodaemon=true
apiVersion: apps/v1
kind: Deployment
metadata: