Replies: 1 comment 5 replies
-
| 
         Hello. The error you encountered on your QNAP NAS may be caused by file system compatibility issues while PhotoPrism attempts to extract TensorFlow libraries and modify file permissions. To resolve this issue, you should add PHOTOPRISM_DISABLE_CHOWN: “true” to the environment variables in your docker-compose.yml file. This disables automatic permission updates via chmod and chown, which trigger these errors.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    5 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to install in a QNAP NAS (container station), Docker Compose example, with a NVIDIA video card. But the library is not being set up correctly. How do I fix this? Do you know if I need to mount something else?
init: tensorflow-gpu
/scripts/install-tensorflow.sh gpu
Installing TensorFlow 2.18.0 for AMD64-GPU in "/usr"...
Downloading amd64 libs from "https://dl.photoprism.app/tensorflow/amd64/libtensorflow-amd64-gpu-2.18.0.tar.gz". Please wait.
Extracting "/tmp/amd64/libtensorflow-amd64-gpu-2.18.0.tar.gz" to "/usr".
tar: include/tensorflow/c: Cannot change mode to rwxr-xr-x: Bad address
tar: include/tensorflow/core/platform: Cannot change mode to rwxr-xr-x: Bad address
tar: include/tensorflow/core: Cannot change mode to rwxr-xr-x: Bad address
tar: include/tensorflow: Cannot change mode to rwxr-xr-x: Bad address
tar: include/tsl/platform: Cannot change mode to rwxr-xr-x: Bad address
tar: include/tsl: Cannot change mode to rwxr-xr-x: Bad address
tar: include/xla/tsl/c: Cannot change mode to rwxr-xr-x: Bad address
tar: include/xla/tsl: Cannot change mode to rwxr-xr-x: Bad address
tar: include/xla: Cannot change mode to rwxr-xr-x: Bad address
tar: lib/libtensorflow.so: Cannot change mode to r-xr-xr-x: Bad address
tar: lib/libtensorflow.so.2: Cannot change mode to r-xr-xr-x: Bad address
tar: lib/libtensorflow_framework.so: Cannot change mode to r-xr-xr-x: Bad address
tar: lib/libtensorflow_framework.so.2: Cannot change mode to r-xr-xr-x: Bad address
tar: include/tensorflow/c/eager: Cannot change mode to rwxr-xr-x: Bad address
tar: Exiting with failure status due to previous errors
make: *** [Makefile:38: install-tensorflow-gpu] Error 2
I am also getting other errors:
Updating permissions of keys in '/etc/ssl/private'...
chmod: changing permissions of '/etc/ssl/private/photoprism.issuer.key': Bad address
chmod: changing permissions of '/etc/ssl/private/photoprism.key': Bad address
chmod: changing permissions of '/etc/ssl/private/photoprism.pfx': Bad address
Beta Was this translation helpful? Give feedback.
All reactions