This commit is contained in:
Xuan Son Nguyen 2025-01-26 19:34:36 +01:00
parent 853cbbed72
commit 987a8312c1

View file

@ -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/* \