mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Update install
This commit is contained in:
parent
fb6e64271c
commit
c872de4731
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ pushd "$final_path"
|
||||||
export GOPATH="$final_path/go"
|
export GOPATH="$final_path/go"
|
||||||
export GOCACHE="$final_path/go/.cache"
|
export GOCACHE="$final_path/go/.cache"
|
||||||
export GOBIN=$GOPATH/bin
|
export GOBIN=$GOPATH/bin
|
||||||
# Setup nodejs and npm
|
# Setup tensorflow library
|
||||||
|
./scripts/dist/install-tensorflow.sh
|
||||||
# Build server from source
|
# Build server from source
|
||||||
make all install DESTDIR=$final_path/build 2>&1
|
make all install DESTDIR=$final_path/build 2>&1
|
||||||
ynh_secure_remove --file="$final_path/go"
|
ynh_secure_remove --file="$final_path/go"
|
||||||
|
|
Loading…
Add table
Reference in a new issue