nemoretriever-ocr-v1 / docker-compose.yaml
Theo Viel
upload docker & doc files
694c514
raw
history blame contribute delete
496 Bytes
services:
nemo-retriever-ocr:
build:
context: .
dockerfile: Dockerfile
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
working_dir: /workspace
volumes:
- .:/workspace:rw
- ${XDG_CACHE_HOME:-~/cache}:/root/.cache:rw
command: bash -lc "python example.py ocr-example-input-1.png --merge-level paragraph"
ipc: host
ulimits:
memlock:
soft: -1
hard: -1
stack: 6710886