Skip to content
Merged
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
4 changes: 2 additions & 2 deletions dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ RUN rm -rf /debs \
{% endif %}
&& mkdir -p /opt \
&& cd /opt \
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
&& wget https://raw.githubusercontent.com/p4lang/ptf/23ebe7237f3c284032bda02fbd1f4a98f1bc12f4/ptf_nn/ptf_nn_agent.py

{% if PTF_ENV_PY_VER == "mixed" %}
RUN python3 -m venv --system-site-packages env-python3
Expand Down Expand Up @@ -214,7 +214,7 @@ RUN pip3 install setuptools \
&& pip3 install retrying \
&& pip3 install jinja2 \
&& pip3 install scapy==2.5.0 \
&& pip3 install thrift
&& pip3 install thrift==0.22.0

{% if docker_ptf_whls.strip() -%}
# Copy locally-built Python wheel dependencies
Expand Down
Loading