File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ ARG DIR=chat
4
4
5
5
COPY $DIR/requirements.txt requirements.txt
6
6
COPY utils utils
7
+ RUN pip install --no-cache-dir --upgrade pip
8
+ RUN pip install --no-cache-dir --upgrade setuptools
7
9
RUN pip install --no-cache-dir -r requirements.txt
8
10
9
11
COPY purge-google-fonts.sh purge-google-fonts.sh
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
7
ARG DIR=flux-image-gen
8
8
9
9
COPY $DIR/requirements.txt requirements.txt
10
+ RUN pip install --no-cache-dir --upgrade pip
11
+ RUN pip install --no-cache-dir --upgrade setuptools
10
12
RUN pip install --no-cache-dir -r requirements.txt
11
13
12
14
COPY purge-google-fonts.sh .
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ ARG DIR=image-analysis
4
4
5
5
COPY $DIR/requirements.txt requirements.txt
6
6
COPY utils utils
7
+ RUN pip install --no-cache-dir --upgrade pip
8
+ RUN pip install --no-cache-dir --upgrade setuptools
7
9
RUN pip install --no-cache-dir -r requirements.txt
8
10
9
11
COPY purge-google-fonts.sh purge-google-fonts.sh
You can’t perform that action at this time.
0 commit comments