Skip to content

Commit

Permalink
local: add support for intel and tflite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 27, 2023
1 parent 11b6963 commit 2740794
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/local/install-scrypted-dependencies-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ ENV() {
}

source <(curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/template/Dockerfile.full.header)
if [ ! -z "SCRYPTED_CONTAINER" ]
then
source <(curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/template/Dockerfile.full.header)
fi

if [ -z "$SERVICE_USER" ]
then
Expand Down

0 comments on commit 2740794

Please sign in to comment.