@@ -33,8 +33,6 @@ On your main Immich container, set the necessary environment variables:
3333- Set ` CUDA_ACCELERATION ` to ` false ` . This will disable CUDA acceleration.
3434- Set ` IMMICH_MACHINE_LEARNING_URL ` to ` http://<ip>:3003 ` .
3535
36- ` /photos ` volume path containing your Immich assets must be reachable by the worker.
37-
3836Replace ` <ip> ` with the IP address of your immich-cuda-node container/host.
3937
4038## Enabling GPU Acceleration with this container
@@ -79,7 +77,6 @@ services:
7977 - TZ=Etc/UTC
8078 volumes :
8179 - path_to_appdata:/config
82- - path_to_photos:/photos
8380 ports :
8481 - 3003:3003
8582 restart : unless-stopped
@@ -95,7 +92,6 @@ docker run -d \
9592 -e TZ=Etc/UTC \
9693 -p 3003:3003 \
9794 -v path_to_appdata:/config \
98- -v path_to_photos:/photos \
9995 --restart unless-stopped \
10096 ghcr.io/imagegenius/immich-cuda-node:latest
10197
@@ -112,7 +108,6 @@ To configure the container, pass variables at runtime using the format `<externa
112108| ` -e PGID=1000 ` | GID for permissions - see below for explanation |
113109| ` -e TZ=Etc/UTC ` | Specify a timezone to use, see this [ list] ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List ) . |
114110| ` -v /config ` | Package cache, this folder could potentially use +5GB! |
115- | ` -v /photos ` | Contains all the photos uploaded to Immich |
116111
117112## Umask for running applications
118113
0 commit comments