NVIDIA
NVIDIA
rag-server
Container
NVIDIA
NVIDIA
rag-server

This is the RAG server container used as part of the NVIDIA AI Blueprint for RAG and used to orchestrate the end to end RAG pipeline.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
["uvicorn" "nvidia_rag.rag_server.server:app"]
02/12/2026 4:43 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/workspace/
02/12/2026 4:43 PM UTC
sha256:0772cabe435d69175536af550ab3058846c311602271993f1c40dd2d137c24e5RUN
DOWNLOAD_LEGAL_COMPLIANCE=true if [ "$DOWNLOAD_LEGAL_COMPLIANCE" = "true" ] &&
  [ -f /mnt/python-env/legal.tar.gz ]; then mkdir -p /legal &&
  cp /mnt/python-env/legal.tar.gz /legal/ &&
  echo "Legal compliance archive available at: /legal/legal.tar.gz" &&
  echo "Extract with: tar -xzf /legal/legal.tar.gz -C /"; else echo "No legal compliance archive (DOWNLOAD_LEGAL_COMPLIANCE=$DOWNLOAD_LEGAL_COMPLIANCE)"; fi
02/12/2026 4:43 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
HF_HOME=/tmp-data
02/12/2026 4:43 PM UTC
sha256:7b6909bbd8c1c96f9178cd84aa16056d5932b8fb93afe5999430f39691123ecaRUN
DOWNLOAD_LEGAL_COMPLIANCE=true chown 1000:1000 -R /tmp-data
02/12/2026 4:43 PM UTC
sha256:d0e41e62b72119f57ca4fec6b7bc150bef81f0627ce4477dba76ccf02ffe7449RUN
DOWNLOAD_LEGAL_COMPLIANCE=true chmod 777 -R /tmp-data
02/12/2026 4:43 PM UTC
sha256:055e6c7d5a6f51f69927c03d0b6f6a6c63e6afeae8153beee952abe44b804300RUN
DOWNLOAD_LEGAL_COMPLIANCE=true mkdir /tmp-data/;
02/12/2026 4:43 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/workspace
02/12/2026 4:43 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PATH=/workspace/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02/12/2026 4:43 PM UTC
sha256:d421a1213e5120baa110b5e9d127b276c9cff4c273038d21ad934003e1869debRUN
DOWNLOAD_LEGAL_COMPLIANCE=true ln -s /usr/bin/python3.13 /usr/bin/python3 &&
  ln -s /usr/bin/python3.13 /usr/bin/python
02/12/2026 4:43 PM UTC