NVIDIA
NVIDIA
ACE Agent Sample Frontend
Container
NVIDIA
NVIDIA
ACE Agent Sample Frontend

Sample Frontend Microservice allows you to interact with bots built using ACE Agent from a web browser

LayerLabelCreated
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/app
05/30/2024 9:03 AM UTC
sha256:96c926ec5be41d3122c406fca3714f77e5f61fa22921893f94794d957d01bd7fRUN
apt autoremove -y curl build-essential
05/30/2024 9:03 AM UTC
sha256:f75850f24ef7caad0db7a483ca55efb8281d6c39dd15f31c56ee0dec31582e07RUN
pip install --no-cache-dir -r /app/frontend/requirements.txt &&
  rm -rf ~/.cache/pip
05/30/2024 9:02 AM UTC
sha256:b8a14c381b973f5c01d4065455b153947d8825c96477c69a728dda903f4d370aCOPY
./frontend /app/frontend
05/30/2024 9:02 AM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1RUN
echo "Setting up the environment.."
05/30/2024 9:02 AM UTC
sha256:c89e19880dc6b14a64029a862d9d2fb03e77917485c3b6664d198cd888a6e7adRUN
rm -rf /var/lib/apt/lists/*
05/30/2024 9:02 AM UTC
sha256:e0be7c6f72b895800f1c5b3c5de0d99bb4dea65b8028fc6cfd1c3f9bbb1923f0RUN
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
05/30/2024 9:02 AM UTC
sha256:8270fe47ea2bce5e41d3e98f843b00da590cbbc31df54dde544ca78926ebf6d9RUN
apt update &&
  apt install -y curl software-properties-common libgl1 libglib2.0-0 build-essential &&
  add-apt-repository ppa:deadsnakes/ppa &&
  apt update &&
  apt install -y python3.10 python3.10-dev python3.10-distutils
05/30/2024 9:02 AM UTC
sha256:9a11c02ad7eb1e823be054211cf10f707df98795f731e9bd29ada0bd8b4c26a1RUN
mkdir /app
05/30/2024 9:00 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PYTHONDONTWRITEBYTECODE=1
05/30/2024 9:00 AM UTC