NVIDIA
NVIDIA
RAG Playground - NVIDIA AI Blueprint for RAG
Container
NVIDIA
NVIDIA
RAG Playground - NVIDIA AI Blueprint for RAG

This blueprint container is a reference solution for the Retrieval Augmented Generation (RAG) pipeline. Use this sample user interface container for a quick start with the blueprint.

LayerLabelCreated
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENTRYPOINT
["python3.10" "-m" "frontend"]
01/19/2025 3:05 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/app
01/19/2025 3:05 PM UTC
sha256:3598685d4103fe77113703563ecb4965549291bc3b41257afcada2a259dd1300COPY
./frontend /app/frontend
01/19/2025 3:05 PM UTC
sha256:b2f2fe1d0c9ce64df29d96531767ed78f0794a3ca464a744c3aa71d63d16cdf1RUN
apt-get clean
01/19/2025 3:05 PM UTC
sha256:cc2c73d23780ceadb893046335d56657ee206ae82172cf1b0849a817857a53b9RUN
apt autoremove -y openssl libgl1 linux-libc-dev libksba8 curl software-properties-common build-essential libssl-dev libffi-dev python3.10-dev python3.10-distutils
01/19/2025 3:05 PM UTC
sha256:300aa5136610fc58d1a1902d831343f1489074fd3cd2ee5de6a88ea3ab090727RUN
apt-get update; apt-get upgrade -y; pip3 --no-cache-dir install -r /app/requirements.txt;
01/19/2025 3:05 PM UTC
sha256:4c370969b19f6164f3fe6fb85fe84022d7fed29cb2c8c946b7e7b20df021fd0dCOPY
./frontend/requirements.txt /app
01/19/2025 3:04 PM UTC
sha256:44c2a5c96f5274e6331f28cc46a2ab4c1700a135b9caece0f0d0de57227c8efdRUN
mkdir /app
01/13/2025 11:15 AM UTC
sha256:2842c148e6d139a293402c997c2e960034de0f1a01f4bd24103fa689432300ceCOPY
LICENSE-3rd-party.txt /legal/
01/13/2025 11:15 AM UTC
sha256:7000062e40e1d71f61b540e33dac85a6933a6d313e59ae0278e0db87737d0c71RUN
rm xz-utils*
01/13/2025 11:15 AM UTC