Skip to content

Commit

Permalink
Fix 3.7 build (#5011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin authored Jul 11, 2023
1 parent 74bf609 commit e99b368
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions wrappers/s2i/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ RUN wget -O certifi-python-certifi.tar.gz https://github.com/certifi/python-cert

RUN microdnf update -y && \
microdnf install -y make automake gcc gcc-c++ && \
conda install -c conda-forge --yes python=$PYTHON_VERSION conda=$CONDA_VERSION

# Pin pip and setuptools
RUN pip install pip==22.1.2 setuptools==65.5.1
conda install -c conda-forge --yes python=$PYTHON_VERSION conda=$CONDA_VERSION && \
pip install --upgrade pip setuptools wheel

RUN mkdir microservice
WORKDIR /microservice
Expand Down

0 comments on commit e99b368

Please sign in to comment.