Sentry
Sentry
IImmich
Created by Sentry on 1/26/2025 in #help-desk-support
Bad Character with ascii 0x2d
Using Immich on docker v1.125.2 Recently decided to use my PC with a GPU to do machine learning remotely. When attempting to search the library, I get the following error in the UI: "Failed to Smart Search..."
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
extends:
file: hwaccel.ml.yml
service: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
name: immich_remote_ml

services:
immich-machine-learning:
container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda
extends:
file: hwaccel.ml.yml
service: cuda # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
restart: always
ports:
- 3003:3003

volumes:
model-cache:
I'm trying to determine the best path forward to troubleshooting this, any recommendations? Note I turned off the local machine learning to troubleshoot further but will turn it back on once resolved.
11 replies
IImmich
Created by Sentry on 11/29/2024 in #help-desk-support
ERROR [Microservices:StorageService] Failed to read upload/library/.immich
After updating to v1.121.0, I am unable to start my containers due to the following error:
2024-11-29T03:44:46.244023359Z [Nest] 7 - 11/29/2024, 3:44:46 AM ERROR [Microservices:StorageService] Failed to read upload/library/.immich: Error: ENOENT: no such file or directory, open 'upload/library/.immich'
2024-11-29T03:44:46.244023359Z [Nest] 7 - 11/29/2024, 3:44:46 AM ERROR [Microservices:StorageService] Failed to read upload/library/.immich: Error: ENOENT: no such file or directory, open 'upload/library/.immich'
.env:
UPLOAD_LOCATION=/home/brandon/docker_data/immich-env/upload
THUMB_LOCATION=/mnt/media/immich/thumbs
ENCODED_VIDEO_LOCATION=/mnt/media/immich/encoded-video
PROFILE_LOCATION=/mnt/media/immich/profile
BACKUP_LOCATION=/mnt/media/immich/backups
DB_DATA_LOCATION=/home/brandon/docker_data/immich
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
EXTERNAL_PATH_BRANDON=/mnt/media/icloudphotos_brandon
EXTERNAL_PATH_BRIANNA=/mnt/media/icloudphotos_brianna
UPLOAD_LOCATION=/home/brandon/docker_data/immich-env/upload
THUMB_LOCATION=/mnt/media/immich/thumbs
ENCODED_VIDEO_LOCATION=/mnt/media/immich/encoded-video
PROFILE_LOCATION=/mnt/media/immich/profile
BACKUP_LOCATION=/mnt/media/immich/backups
DB_DATA_LOCATION=/home/brandon/docker_data/immich
IMMICH_VERSION=release
DB_PASSWORD=postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
EXTERNAL_PATH_BRANDON=/mnt/media/icloudphotos_brandon
EXTERNAL_PATH_BRIANNA=/mnt/media/icloudphotos_brianna
where /mnt/media is an NFS share (synology)
13 replies