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 2740794 commit 5f71c59
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 @@ -71,7 +71,7 @@ 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)
source <(curl -s https://raw.githubusercontent.com/koush/scrypted/main/install/docker/template/Dockerfile.full.footer)
fi

if [ -z "$SERVICE_USER" ]
Expand Down

0 comments on commit 5f71c59

Please sign in to comment.