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/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2323
2424COPY ./audioqna.py /home/user/audioqna.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2323
2424COPY ./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/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
2323 pip install --no-cache-dir langchain_core
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
2323 pip install --no-cache-dir langchain_core
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt && \
2323 pip install --no-cache-dir langchain_core
2424
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ WORKDIR /home/user/
2020RUN git clone https://github.com/opea-project/GenAIComps.git
2121
2222WORKDIR /home/user/GenAIComps
23- RUN pip install --no-cache-dir --upgrade pip && \
23+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2424 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2525
2626COPY ./codegen.py /home/user/codegen.py
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ WORKDIR /home/user/
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2323
2424COPY ./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/
1616RUN git clone https://github.com/opea-project/GenAIComps.git
1717
1818WORKDIR /home/user/GenAIComps
19- RUN pip install --no-cache-dir --upgrade pip && \
19+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2020 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2121
2222COPY ./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
1818RUN git clone https://github.com/opea-project/GenAIComps.git
1919
2020WORKDIR /home/user/GenAIComps
21- RUN pip install --no-cache-dir --upgrade pip && \
21+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2222 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2323
2424COPY ./docsum.py /home/user/docsum.py
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ WORKDIR /home/user/
1919RUN git clone https://github.com/opea-project/GenAIComps.git
2020
2121WORKDIR /home/user/GenAIComps
22- RUN pip install --no-cache-dir --upgrade pip && \
22+ RUN pip install --no-cache-dir --upgrade pip setuptools && \
2323 pip install --no-cache-dir -r /home/user/GenAIComps/requirements.txt
2424
2525COPY ./faqgen.py /home/user/faqgen.py
You can’t perform that action at this time.
0 commit comments