Skip to content

Commit 8c9cbb9

Browse files
docs(docker): add version tag requirement note, fix -d flag typo (#545)
* docs(docker): add version tag requirement note, fix -d flag typo Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com> Signed-off-by: Vinay Jakkali <vinay.jakkali@gmail.com> --------- Signed-off-by: Vinay Jakkali <vinay.jakkali@gmail.com> Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com>
1 parent aa206e8 commit 8c9cbb9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docker/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ services:
236236
image: voxel51/fiftyone-app-torch:v2.17.1
237237
```
238238

239+
> [!NOTE]
240+
> Always include a version tag when overriding images (e.g., `:v2.17.1`).
241+
> Omitting the tag will result in a **not found** error.
242+
239243
## :rocket: Step 4: Initial Deployment
240244

241245
### 1. Enable Database Admin mode

docker/docs/configuring-delegated-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in conjunction with one of the three plugin configurations.
2929
-f compose.dedicated-plugins.yaml \
3030
-f compose.delegated-operators.yaml \
3131
-f compose.override.yaml \
32-
up --d
32+
up -d
3333
```
3434

3535
Optionally, delegated operation run logs may be uploaded to a

0 commit comments

Comments
 (0)