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 5f71c59 commit d500c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/local/install-scrypted-dependencies-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ENV() {
}

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

0 comments on commit d500c81

Please sign in to comment.