NVIDIA
NVIDIA
DPL Development
Container
NVIDIA
NVIDIA
DPL Development

DPL Development is an NVIDIA® container image that bundles several tools for compiling, controlling and debugging DPL applications.

LayerLabelCreated
sha256:b46bf05a1d676a0087ee53f342384197ec5fd83fab73a19a9077ff2e59d81efaCOPY
OPEN_SOURCE_NOTICE /opt/mellanox/third_party/dpl_dev/OPEN_SOURCE_NOTICE
11/23/2025 9:44 AM UTC
sha256:4e2a11be01e2853a4e9104200b3b270becbbc8b72f9c34af25f4b0b2ae0c6267COPY
install.sh /install.sh
11/23/2025 9:44 AM UTC
sha256:50afcbc64776c9e514e8ea50bb45a7431c1c39f20574d80108febad64d061fd7COPY
scripts /scripts
11/23/2025 9:44 AM UTC
sha256:5c627be4ae52fa554cc25d2545a277d73ca55ac4b1c399e3226c81688b66ed2cRUN
COMPILER_VERSION=1.4.110 PYTHON_VERSION=3.12 P4RUNTIME_SHELL_VERSION=0.0.6 mkdir -p /opt/mellanox/third_party/dplp4c &&
  for file in /build/dplp4c/oss-src-archive*.tar.gz; do tar -xzf $file -C /opt/mellanox/third_party/dplp4c; done &&
  apt-get install -y /build/dplp4c/nvp4c-doca_${COMPILER_VERSION}_amd64.deb &&
  python3 -m venv /venv/p4runtime-shell &&
  . /venv/p4runtime-shell/bin/activate &&
  pip install --no-cache-dir p4runtime-shell==${P4RUNTIME_SHELL_VERSION} setuptools==78.1.1 &&
  deactivate &&
  python3 -m venv /venv/dpl_admin &&
  . /venv/dpl_admin/bin/activate &&
  pip install --no-cache-dir /build/doca_p4_agent/dpl_admin/dist/*.whl setuptools==78.1.1 &&
  deactivate &&
  python3 -m venv /venv/dpl_devtools &&
  . /venv/dpl_devtools/bin/activate &&
  pip install --no-cache-dir /build/p4dt-dpu/dist/*.whl setuptools==78.1.1 &&
  deactivate &&
  apt autoremove -y &&
  apt remove --purge -y git python3-pip &&
  apt clean &&
  rm -rf /var/cache/apt/* /var/lib/apt/lists/* /tmp/*
11/23/2025 9:44 AM UTC
sha256:bc7f3e10788f64c647d7c49b40db00a5b4eead1055cea4eda28eabda7d6ed1b3RUN
COMPILER_VERSION=1.4.110 PYTHON_VERSION=3.12 P4RUNTIME_SHELL_VERSION=0.0.6 apt-get update &&
  DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y python${PYTHON_VERSION} python${PYTHON_VERSION}-venv python3-pip git libgl1=1.7.0-1build1 libegl1=1.7.0-1build1 libssl-dev=3.0.13-0ubuntu3.6 libx11-6=2:1.8.7-1build1 libxcb-cursor0=0.1.4-1build1 libxcb-icccm4=0.4.1-1.1build3 libxcb-keysyms1=0.4.0-1build4 libxcb-shape0=1.15-1ubuntu2 libxcb-xkb1=1.15-1ubuntu2 libxkbcommon0=1.6.0-1build1 libxkbcommon-x11-0=1.6.0-1build1 graphviz=2.42.2-9ubuntu0.1
11/23/2025 7:57 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
P4RUNTIME_SHELL_VERSION=0.0.6
11/23/2025 7:57 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
PYTHON_VERSION=3.12
11/23/2025 7:57 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
COMPILER_VERSION=1.4.110
11/23/2025 7:57 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
LD_LIBRARY_PATH=:/usr/mpi/gcc/openmpi-4.1.9a1/lib
11/23/2025 1:17 AM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
PATH=/opt/mellanox/doca/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/mpi/gcc/openmpi-4.1.9a1/bin
11/23/2025 1:17 AM UTC