Develop: Update Makefile and compose.nvidia.yaml

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-04-12 15:30:22 +02:00
parent 494f75917c
commit 8068e471d1
2 changed files with 2 additions and 6 deletions

View file

@ -400,6 +400,8 @@ docker-build:
docker-nvidia: docker-nvidia-up
docker-nvidia-up:
docker compose --profile=qdrant -f compose.nvidia.yaml up
docker-nvidia-down:
docker compose --profile=qdrant -f compose.nvidia.yaml down --remove-orphans
docker-nvidia-build:
docker compose --profile=qdrant -f compose.nvidia.yaml build
docker-intel: docker-intel-up

View file

@ -185,9 +185,3 @@ volumes:
driver: local
mariadb:
driver: local
## Create shared "photoprism-develop" network for connecting with services in other compose.yaml files
networks:
default:
name: photoprism
driver: bridge