Skip to content

Commit

Permalink
update dpugen version
Browse files Browse the repository at this point in the history
  • Loading branch information
mgheorghe committed Aug 6, 2024
1 parent a8f7ca0 commit bfaae39
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dash-pipeline/dockerfiles/Dockerfile.saichallenger-client-bldr
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ ADD SAI/SAI/test/ptf /SAI/test/ptf
# Install PTF test framework & test-cases from SAI repo
ADD SAI/SAI/ptf /SAI/ptf/

# Install dependencies for dpugen==0.0.5
# Install dependencies for dpugen==0.2.3
RUN apt-get update && \
apt-get install -y python3-lxml

# Install the python libraries
RUN python3 -m pip install -r /tests/requirements.txt && \
pip3 install scapy \
dpugen==0.0.5 \
RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install setuptools_rust
RUN python3 -m pip install -r /tests/requirements.txt
RUN python3 -m pip install scapy \
dpugen==0.2.3 \
pysubnettree \
macaddress \
munch
Expand Down

0 comments on commit bfaae39

Please sign in to comment.