Skip to main content
NVIDIA
NV-Tesseract NIM
Container
NVIDIA
NV-Tesseract NIM

NIM Container for NV-Tesseract Time Series Analysis model.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
model.manifest.yaml=H4sIAAAAAAAC/62Ry2odMQyG9+cpTDZZJWfsGV+h9FEGWZLnmDOXg+0kkKePmzahlNBNq43BEv+nD1W88AbzM5eajz2Ie/U43J9u5Uh55bnyyth6Y8aSG5cMQZAcyGtyPmnUg0/kbcQ0jM7owbIzCoiQrZvAS+c0OuUGhQM6lMY5407bQbwG0bhWLoDtVDoFKgeRjsIIteV9+VihhtODyPQfsEI0WHqc6LWu28z7kvcObUfBS/99Ocq13gD558gvuHiv95XnF87LpdXzdmy8t/nCQLOWajaX8nhrH7NCPJUcxN2+YDif9+dMGfrz8OkbftP8/gPz7evAu8/AfiO81qctiLjClcfgNCVNOsmJLaNSI0YwKUoFQ5wQYRpRAYBNk3YxsQdtjGEvwXtLpP2XWrXBTlAov3LHX9d/EPoz6i8qZvJeRTb9tDAaSxGiNpPTsRtJo5B9mqTqZ7dqHGWiNFrpneNINBFY/QYyDrHbwQIAAA==
04/01/2026 8:30 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
["/bin/bash" "-c" "$SERVER_START_SCRIPT_PATH"]
04/01/2026 8:30 AM UTC
sha256:6f8c8dd664a437c742de92f6cb28e75238c44ee06eb8a88cea06ed3dbf3e64dcRUN
RUN |1 NNPACK_DISABLE=1 /bin/sh -c touch $SERVER_START_SCRIPT_PATH &&
  chmod a+rx $SERVER_START_SCRIPT_PATH &&
  cat > $SERVER_START_SCRIPT_PATH <<'EOF' #!/usr/bin/env bash set -eu # Function to handle graceful shutdown cleanup() { echo "Received shutdown signal, cleaning up model cache..." # Send SIGTERM to the server process if it exists if [ ! -z "${SERVER_PID:-}" ]; then kill -TERM "$SERVER_PID" 2>/dev/null ||
  true wait "$SERVER_PID" 2>/dev/null ||
  true fi echo "Cleanup completed" exit 0 } # Set up signal handlers for graceful shutdown trap cleanup SIGTERM SIGINT echo "Starting Tesseract Forecasting NIM with model caching enabled..." echo "Model cache directory: $TESSERACT_MODEL_CACHE_PATH" echo "Use /clear-cache endpoint to free memory, /cache-status to monitor cache" # Start the server in background and capture PID start_server & SERVER_PID=$! # Wait for the server process wait "$SERVER_PID" EOF # buildkit
04/01/2026 8:30 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
SERVER_START_SCRIPT_PATH=/opt/nim/start_server.sh
04/01/2026 8:30 AM UTC
sha256:ecb5ae6fc384d6269c76ee11245be15030edea5ff8bf212a85457c14d760215dCOPY
./nim_forecasting/1_0_1/model_manifest.yaml /opt/nim/etc/default/model_manifest.yaml
04/01/2026 8:30 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4USER
nvs:9999
04/01/2026 8:30 AM UTC
sha256:0300388d82f37bebdc47c16aa60993948c6a7397028e89926e170b82c5d8f2dcRUN
NNPACK_DISABLE=1 groupadd --gid 9999 nvs &&
  useradd --create-home --shell /usr/sbin/nologin --uid 9999 --gid 9999 nvs &&
  chown -R 9999:9999 $NIM_DIR_PATH /opt/nim/.cache
04/01/2026 8:30 AM UTC
sha256:662215007a0cc361967b6b818c085624670d141c5a0741c1a2ead133d9802f53RUN
NNPACK_DISABLE=1 mkdir -p /opt/nim/.cache/hf_cache &&
  mkdir -p /opt/nim/.cache/tesseract_models &&
  python -c "from momentfm import MOMENTPipeline; MOMENTPipeline.from_pretrained('AutonLab/MOMENT-1-large')" &&
  echo "MOMENT model cached successfully at /opt/nim/.cache/hf_cache"
04/01/2026 8:30 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
HF_HOME=/opt/nim/.cache/hf_cache
04/01/2026 8:30 AM UTC
sha256:1981d52a9d06c8fae676d4808779a652937d138950d98a7286afe8d7f9aafa4bRUN
NNPACK_DISABLE=1 find /opt /workspace /usr/local -name ".git" -exec rm -rf {} \; 2>/dev/null ||
  true
04/01/2026 8:30 AM UTC
...

NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.