This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ═══════════════════════════════════════════════════════════════════ | |
| # Leapable H100 Bootstrap — uses leapable/ocr-provenance-models image | |
| # | |
| # The base Docker image has EVERYTHING pre-installed: | |
| # - PyTorch CUDA + all ML deps (surya, marker, sentence-transformers) | |
| # - All ML models at /opt/models/: | |
| # * nomic-embed-text-v1.5 (general embeddings) | |
| # * modernbert-legal-8192 (legal embeddings) | |
| # * ms-marco-MiniLM-L-12-v2 (cross-encoder reranker) |