Skip to content

Commit

Permalink
Consolidate holoscan-networking dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Girault <[email protected]>
  • Loading branch information
agirault committed Feb 20, 2025
1 parent 6b354e6 commit 90e2f3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 134 deletions.
132 changes: 0 additions & 132 deletions applications/adv_networking_bench/Dockerfile

This file was deleted.

1 change: 1 addition & 0 deletions applications/adv_networking_bench/cpp/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"platforms": ["amd64", "arm64"],
"tags": ["Network", "Networking", "DPDK", "UDP", "Ethernet", "IP", "GPUDirect", "RDMA"],
"dockerfile": "operators/advanced_network/Dockerfile",
"holoscan_sdk": {
"minimum_required_version": "0.6.0",
"tested_versions": [
Expand Down
1 change: 1 addition & 0 deletions applications/adv_networking_bench/python/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"platforms": ["amd64", "arm64"],
"tags": ["Network", "Networking", "UDP", "Ethernet", "IP", "TCP"],
"dockerfile": "operators/advanced_network/Dockerfile",
"holoscan_sdk": {
"minimum_required_version": "0.6.0",
"tested_versions": [
Expand Down
4 changes: 2 additions & 2 deletions operators/advanced_network/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GPU_TYPE=dgpu
ARG BASE_IMAGE=nvcr.io/nvidia/clara-holoscan/holoscan:v2.9.0-${GPU_TYPE}

ARG BASE_IMAGE

FROM ${BASE_IMAGE} AS base
ARG UBUNTU_VERSION=22.04
Expand Down

0 comments on commit 90e2f3c

Please sign in to comment.