diff --git a/docker-compose.yaml b/docker-compose.yaml index 5c96e9f..62b4de2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -63,11 +63,16 @@ services: - driver: nvidia capabilities: [gpu] depends_on: - - jupyter - - searxng - - chromadb - - valkey - - blender + jupyter: + condition: service_healthy + searxng: + condition: service_healthy + chroma: + condition: service_healthy + valkey: + condition: service_healthy + blender: + condition: service_healthy jupyter: image: quay.io/jupyter/datascience-notebook