We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe98f7 commit 387a2cfCopy full SHA for 387a2cf
wrappers/s2i/python/Dockerfile
@@ -19,7 +19,6 @@ RUN wget -O certifi-python-certifi.tar.gz https://github.com/certifi/python-cert
19
20
RUN microdnf update -y && \
21
microdnf install -y make automake gcc gcc-c++ && \
22
- microdnf remove python3-setuptools \
23
conda install -c conda-forge --yes python=$PYTHON_VERSION conda=$CONDA_VERSION
24
25
RUN PIP_WHEEL_DIR=/opt/conda/lib/python3.12/ensurepip/_bundled && \
0 commit comments