fix pip
This commit is contained in:
parent
853cbbed72
commit
987a8312c1
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ RUN apt-get update \
|
|||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
&& pip install --upgrade pip setuptools wheel \
|
||||
&& pip install -r requirements.txt \
|
||||
&& pip install --upgrade --break-system-packages pip setuptools wheel \
|
||||
&& pip install -r --break-system-packages requirements.txt \
|
||||
&& apt autoremove -y \
|
||||
&& apt clean -y \
|
||||
&& rm -rf /tmp/* /var/tmp/* \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue