We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34122d2 commit d074febCopy full SHA for d074feb
Dockerfile
@@ -96,7 +96,7 @@ RUN if [ $(expr "$BASE" : '.*python.*') -eq 0 ]; then \
96
python3 -m pip install -r /root/requirements_ubi10.txt && \
97
echo "Installed python version: $(python3 -V)" && \
98
echo "Installed python packages: $(python3 -m pip list)" && \
99
- yum clean all -y && rm -rf /usr/bin/pip*; else \
+ yum clean all -y && rm -rf /usr/bin/pip* && rm -rf /usr/lib/python3.12/site-packages/pip*; else \
100
echo "Already using python container as base image. No need to install it." && \
101
python3 -m pip install -r /root/requirements.in && \
102
echo "Installed python packages: $(python3 -m pip list)"; fi
0 commit comments