File tree Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Expand file tree Collapse file tree 15 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./audioqna.py /home/user/audioqna.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./audioqna_multilang.py /home/user/audioqna_multilang.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
23
23
pip install --no-cache-dir langchain_core
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
23
23
pip install --no-cache-dir langchain_core
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
23
23
pip install --no-cache-dir langchain_core
24
24
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ WORKDIR /home/user/
20
20
RUN git clone https://github.com/opea-project/GenAIComps.git
21
21
22
22
WORKDIR /home/user/GenAIComps
23
- RUN pip install --no-cache-dir --upgrade pip && \
23
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
24
24
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
25
25
26
26
COPY ./codegen.py /home/user/codegen.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./code_translation.py /home/user/code_translation.py
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/user/
16
16
RUN git clone https://github.com/opea-project/GenAIComps.git
17
17
18
18
WORKDIR /home/user/GenAIComps
19
- RUN pip install --no-cache-dir --upgrade pip && \
19
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
20
20
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
21
21
22
22
COPY ./retrieval_tool.py /home/user/retrieval_tool.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./docsum.py /home/user/docsum.py
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /home/user/
19
19
RUN git clone https://github.com/opea-project/GenAIComps.git
20
20
21
21
WORKDIR /home/user/GenAIComps
22
- RUN pip install --no-cache-dir --upgrade pip && \
22
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
23
23
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
24
24
25
25
COPY ./faqgen.py /home/user/faqgen.py
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ WORKDIR /home/user/
16
16
RUN git clone https://github.com/opea-project/GenAIComps.git
17
17
18
18
WORKDIR /home/user/GenAIComps
19
- RUN pip install --no-cache-dir --upgrade pip && \
19
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
20
20
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
21
21
22
22
COPY ./multimodalqna.py /home/user/multimodalqna.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./searchqna.py /home/user/searchqna.py
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ WORKDIR /home/user/
28
28
RUN git clone https://github.com/opea-project/GenAIComps.git
29
29
30
30
WORKDIR /home/user/GenAIComps
31
- RUN pip install --no-cache-dir --upgrade pip && \
31
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
32
32
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
33
33
34
34
COPY ./translation.py /home/user/translation.py
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /home/user/
19
19
RUN git clone https://github.com/opea-project/GenAIComps.git
20
20
21
21
WORKDIR /home/user/GenAIComps
22
- RUN pip install --no-cache-dir --upgrade pip && \
22
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
23
23
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
24
24
25
25
COPY ./videoqna.py /home/user/videoqna.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
18
18
RUN git clone https://github.com/opea-project/GenAIComps.git
19
19
20
20
WORKDIR /home/user/GenAIComps
21
- RUN pip install --no-cache-dir --upgrade pip && \
21
+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
22
22
pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
23
23
24
24
COPY ./visualqna.py /home/user/visualqna.py
You can’t perform that action at this time.
0 commit comments