[sonic-slave]: Install pympler to find the memory leaks in python (#4652)
This commit is contained in:
parent
17904969b6
commit
8aaadc2ffb
@ -373,6 +373,9 @@ RUN pip install mockredispy==2.9.3
|
|||||||
RUN pip install pytest-runner==4.4
|
RUN pip install pytest-runner==4.4
|
||||||
RUN pip install setuptools==40.8.0
|
RUN pip install setuptools==40.8.0
|
||||||
|
|
||||||
|
# For sonic-swss-common testing
|
||||||
|
RUN pip install Pympler==0.8
|
||||||
|
|
||||||
# For sonic_yang_mgmt build
|
# For sonic_yang_mgmt build
|
||||||
RUN pip install ijson==2.6.1
|
RUN pip install ijson==2.6.1
|
||||||
RUN pip3 install ijson==2.6.1
|
RUN pip3 install ijson==2.6.1
|
||||||
|
@ -324,6 +324,9 @@ RUN pip install mockredispy==2.9.3
|
|||||||
RUN pip install pytest-runner==4.4
|
RUN pip install pytest-runner==4.4
|
||||||
RUN pip install setuptools==40.8.0
|
RUN pip install setuptools==40.8.0
|
||||||
|
|
||||||
|
# For sonic-swss-common testing
|
||||||
|
RUN pip install Pympler==0.8
|
||||||
|
|
||||||
# Install dependencies for isc-dhcp-relay build
|
# Install dependencies for isc-dhcp-relay build
|
||||||
RUN apt-get -y build-dep isc-dhcp
|
RUN apt-get -y build-dep isc-dhcp
|
||||||
|
|
||||||
|
@ -367,6 +367,9 @@ RUN pip install mockredispy==2.9.3
|
|||||||
RUN pip install pytest-runner==4.4
|
RUN pip install pytest-runner==4.4
|
||||||
RUN pip install setuptools==40.8.0
|
RUN pip install setuptools==40.8.0
|
||||||
|
|
||||||
|
# For sonic-swss-common testing
|
||||||
|
RUN pip install Pympler==0.8
|
||||||
|
|
||||||
# For sonic_yang_mgmt build
|
# For sonic_yang_mgmt build
|
||||||
RUN pip install ijson==2.6.1
|
RUN pip install ijson==2.6.1
|
||||||
RUN pip3 install ijson==2.6.1
|
RUN pip3 install ijson==2.6.1
|
||||||
|
Reference in New Issue
Block a user