Skip to content

Commit

Permalink
Update NIM versions (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: sosahi <syousefisahi@nvidia.com>
Co-authored-by: Edward Kim <109497216+edknv@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent 240ab43 commit e9c1555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "6379:6379"

yolox:
image: ${YOLOX_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/nv-yolox-structured-images-v1}:${YOLOX_TAG:-0.2.0}
image: ${YOLOX_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/nv-yolox-page-elements-v1}:${YOLOX_TAG:-1.0.0}
ports:
- "8000:8000"
- "8001:8001"
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
runtime: nvidia

cached:
image: ${CACHED_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/cached}:${CACHED_TAG:-0.2.0}
image: ${CACHED_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/cached}:${CACHED_TAG:-0.2.1}
shm_size: 2gb
ports:
- "8006:8000"
Expand All @@ -82,7 +82,7 @@ services:
runtime: nvidia

paddle:
image: ${PADDLE_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/paddleocr}:${PADDLE_TAG:-0.2.0}
image: ${PADDLE_IMAGE:-nvcr.io/ohlfw0olaadg/ea-participants/paddleocr}:${PADDLE_TAG:-1.0.0}
shm_size: 2gb
ports:
- "8009:8000"
Expand Down

0 comments on commit e9c1555

Please sign in to comment.