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
44
55COPY $DIR/requirements.txt requirements.txt
66COPY utils utils
7+ RUN pip install --no-cache-dir --upgrade pip
8+ RUN pip install --no-cache-dir --upgrade setuptools
79RUN pip install --no-cache-dir -r requirements.txt
810
911COPY 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
77ARG DIR=flux-image-gen
88
99COPY $DIR/requirements.txt requirements.txt
10+ RUN pip install --no-cache-dir --upgrade pip
11+ RUN pip install --no-cache-dir --upgrade setuptools
1012RUN pip install --no-cache-dir -r requirements.txt
1113
1214COPY purge-google-fonts.sh .
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ ARG DIR=image-analysis
44
55COPY $DIR/requirements.txt requirements.txt
66COPY utils utils
7+ RUN pip install --no-cache-dir --upgrade pip
8+ RUN pip install --no-cache-dir --upgrade setuptools
79RUN pip install --no-cache-dir -r requirements.txt
810
911COPY purge-google-fonts.sh purge-google-fonts.sh
You can’t perform that action at this time.
0 commit comments