From 9abccd33539f33403f5fe5cfc88d526c2202462d Mon Sep 17 00:00:00 2001 From: Nicholas Page Date: Thu, 9 May 2024 17:42:03 -0700 Subject: [PATCH] bash --- docker/tensorrt/install_python_39.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/tensorrt/install_python_39.sh b/docker/tensorrt/install_python_39.sh index 5d214daa4..04e2d4bb6 100755 --- a/docker/tensorrt/install_python_39.sh +++ b/docker/tensorrt/install_python_39.sh @@ -1,3 +1,5 @@ +#!/bin/bash + function package_exists() { return dpkg -l "$1" &> /dev/null }