File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
operators/advanced_network Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
140140RUN python3 -m pip install --no-cache-dir \
141141 pytest \
142142 pyyaml \
143- scapy
144-
143+ scapy \
144+ holoscan==${HOLOSCAN_DEB_REMOTE_VERSION} \
145+ && SITE_PACKAGES=$(python3 -c "import site; print(site.getsitepackages()[0])" ) \
146+ && chmod -R a+w ${SITE_PACKAGES}/holoscan-*.dist-info/ \
147+ && chmod -R a+rw ${SITE_PACKAGES}/holoscan
145148# ==============================
146149# DOCA Target
147150# This stage is only built when --target doca is specified. It contains any DOCA-specific configurations.
@@ -192,6 +195,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
192195 libglew-dev \
193196 cuda-nvml-dev-12-6 \
194197 cuda-nvtx-12-6 \
198+ libvulkan1 \
199+ xvfb \
200+ x11vnc \
195201 && rm -rf /var/lib/apt/lists/*
196202
197203# Copy and extract the Rivermax SDK
You can’t perform that action at this time.
0 commit comments