We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cce0d commit e4fb088Copy full SHA for e4fb088
1 file changed
docker/docs/configuring-gpu-workloads.md
@@ -66,8 +66,6 @@ services:
66
67
teams-do-with-gpu:
68
image: voxel51/fiftyone-teams-cv-full:v2.10.0
69
- deploy:
70
- replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
71
command: >
72
/bin/sh -c "fiftyone delegated launch -t remote -n 'teams-do-with-gpu'"
73
environment:
@@ -83,6 +81,7 @@ services:
83
81
volumes:
84
82
- plugins-vol:/opt/plugins:ro
85
deploy:
+ replicas: ${FIFTYONE_DELEGATED_OPERATOR_WORKER_REPLICAS:-3}
86
resources:
87
reservations:
88
devices:
0 commit comments