upgrade setuptools version to fix CVE-2024-6345 (#999)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-11-14 14:57:16 +08:00
committed by GitHub
parent 6b9a27dd83
commit 2b2c7ee2f5
15 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ WORKDIR /home/user/
RUN git clone https://github.com/opea-project/GenAIComps.git
WORKDIR /home/user/GenAIComps
RUN pip install --no-cache-dir --upgrade pip && \
RUN pip install --no-cache-dir --upgrade pip setuptools && \
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
COPY ./videoqna.py /home/user/videoqna.py