Skip to content

Commit e4fb088

Browse files
committed
Fixing bug with duplicated 'deploy' key
1 parent 97cce0d commit e4fb088

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/docs/configuring-gpu-workloads.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ services:
6666

6767
teams-do-with-gpu:
6868
image: voxel51/fiftyone-teams-cv-full:v2.10.0
69-
deploy:
70-
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
7169
command: >
7270
/bin/sh -c "fiftyone delegated launch -t remote -n 'teams-do-with-gpu'"
7371
environment:
@@ -83,6 +81,7 @@ services:
8381
volumes:
8482
- plugins-vol:/opt/plugins:ro
8583
deploy:
84+
replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
8685
resources:
8786
reservations:
8887
devices:

0 commit comments

Comments
 (0)