File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,10 @@ COPY bin/p4runtime-2023.11.0-py3-none-any.whl /opt/p4/p4-cp-nws/bin/
2424WORKDIR /
2525LABEL io.k8s.display-name="IPU OPI Plugin"
2626ENV PYTHONUNBUFFERED=1
27- RUN apk add --update --no-cache-dir python3 py3-pip && ln -sf python3 /usr/bin/python
28- RUN pip3 install --no-cache-dir --upgrade --break-system-packages pip setuptools
29- RUN apk add -U --no-cache python3 py3-pip \
27+ RUN apk add -U --no-cache python3 py3-pip'==' 23.3.1-r0 \
3028 py3-grpcio'==' 1.59.3-r0 \
3129 py3-protobuf'==' 4.24.4-r0 \
32- py3-netaddr
30+ py3-netaddr'==' 0.9.0-r0
3331RUN python3 -m pip install --no-cache-dir --break-system-packages /opt/p4/p4-cp-nws/bin/p4runtime-2023.11.0-py3-none-any.whl
3432
3533RUN rm -rf /var/cache/apk/*
You can’t perform that action at this time.
0 commit comments