File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ COPY ./requirements_dev.txt /audoma/requirements_dev.txt
99RUN apt-get update && \
1010 apt-get -y install sudo
1111RUN sudo apt-get install -y python3-dev libpq-dev
12- RUN pip install --upgrade pip 'setuptools<71'
12+ RUN pip install --upgrade pip
1313RUN pip install -r /audoma/requirements_dev.txt
1414
1515RUN git clone https://github.com/pyenv/pyenv /root/.pyenv
16- RUN /root/.pyenv/bin/pyenv install 3.8.12 && /root/.pyenv/bin/pyenv install 3.9.7
17- RUN /root/.pyenv/bin/pyenv local 3.8.12 3.9.7
16+ RUN /root/.pyenv/bin/pyenv install 3.7.13 && /root/.pyenv/bin/pyenv install 3. 8.12 && /root/.pyenv/bin/pyenv install 3.9.7
17+ RUN /root/.pyenv/bin/pyenv local 3.7.13 3. 8.12 3.9.7
1818
1919ADD ./ /audoma
2020RUN pip install .
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools<82.0.0" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments