1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoprism_ynh.git synced 2024-09-03 19:56:41 +02:00

Upgrade mistake

This commit is contained in:
Limezy 2022-06-17 11:52:36 +07:00
parent f4baa8bdb9
commit f490464c24

View file

@ -136,6 +136,8 @@ pushd "$final_path"
export GOBIN=$GOPATH/bin export GOBIN=$GOPATH/bin
# Setup tensorflow library # Setup tensorflow library
./scripts/dist/install-tensorflow.sh ./scripts/dist/install-tensorflow.sh
# Remove the former build file
ynh_secure_remove --file="$final_path/build"
# Setup node environment # Setup node environment
export NODE_OPTIONS=--max_old_space_size=1024 export NODE_OPTIONS=--max_old_space_size=1024
# Build server from source # Build server from source