Skip to content

Commit

Permalink
removed ray dependencies in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Sep 19, 2024
1 parent 79b3249 commit fe9e526
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ services:
- postgres
- redis
- rabbitmq
- ray
networks:
- dats_demo_network
profiles:
Expand Down Expand Up @@ -205,8 +204,8 @@ services:
reservations:
devices:
- driver: nvidia
device_ids: [ "0" ]
capabilities: [ gpu ]
device_ids: ["0"]
capabilities: [gpu]
profiles:
- ray

Expand Down Expand Up @@ -266,7 +265,6 @@ services:
- rabbitmq
- redis
- weaviate
- ray
ports:
- "${API_EXPOSED:-5500}:${API_PORT}"
- "${JUPYTER_API_EXPOSED:-8888}:8888"
Expand All @@ -278,7 +276,6 @@ services:
- celery-background-jobs-worker
- elasticsearch
- weaviate
- ray
networks:
- dats_demo_network
profiles:
Expand Down

0 comments on commit fe9e526

Please sign in to comment.