Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions platform/mellanox/docker-syncd-mlnx-rpc/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
##
## Copyright (c) 2016-2024 NVIDIA CORPORATION & AFFILIATES.
## SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
## Copyright (c) 2016-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
## Apache-2.0
##
## Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -44,7 +45,8 @@ RUN apt-get update \
libnanomsg-dev \
libthrift-0.17.0 \
thrift-compiler \
python3-thrift
python3-thrift \
pciutils

RUN pip3 install --upgrade pip

Expand Down
5 changes: 3 additions & 2 deletions platform/mellanox/docker-syncd-mlnx/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## SPDX-FileCopyrightText: NVIDIA CORPORATION & AFFILIATES
## Copyright (c) 2016-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
## Copyright (c) 2016-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
## Apache-2.0
##
## Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -35,7 +35,8 @@ RUN apt-get update && \
python3-pip \
python3-dev \
python3-jsonschema \
python-is-python3
python-is-python3 \
pciutils

RUN pip3 install --upgrade pip
RUN apt-get purge -y python-pip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ RUN apt-get update && \
binutils-dev \
ethtool \
python3-clang \
clang
clang \
pciutils

RUN pip3 install ctypeslib2 clang==14

Expand Down
Loading