JJteam commited on
Commit
1a16c10
1 Parent(s): 3809d83

further clean up

Browse files
AllInOneApp/Chat-GPT-LangChain/requirements.txt DELETED
@@ -1,10 +0,0 @@
1
- openai==0.26.4
2
- gradio==3.21.0
3
- #google-search-results
4
- #google-api-python-client==2.76.0
5
- #wolframalpha
6
- #langchain==0.0.93
7
- requests==2.28.2
8
- #git+https://github.com/openai/whisper.git
9
- boto3==1.26.65
10
- faiss-cpu
 
 
 
 
 
 
 
 
 
 
 
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10.9
2
 
3
  WORKDIR /src
4
 
5
- COPY ./AllInOneApp /src/
6
 
7
  COPY ./requirements.txt /src/requirements.txt
8
 
@@ -14,32 +14,5 @@ RUN pip install --no-cache-dir --upgrade -r /src/requirements.txt
14
 
15
  WORKDIR /src
16
 
17
- WORKDIR /src/Chat-GPT-LangChain
18
 
19
-
20
- CMD ["python", "app.py", "--port", "7860", "--openAIModel", "azureChatGPT", "--noIntermediateConv"]
21
-
22
-
23
-
24
- # FROM ffahmed/deep-learning:vigdocker_azurecr_io_amsword_setup_py38pt112cu11_allinoneapp
25
-
26
- # WORKDIR /src
27
-
28
- # COPY ./AllInOneApp /src/
29
-
30
- # COPY ./requirements.txt /src/requirements.txt
31
-
32
- # RUN apt-get update && apt-get install -y curl
33
-
34
- # RUN curl -ksSL https://install.python-poetry.org | python
35
-
36
- # RUN cd /src/langchain && /root/.local/bin/poetry install
37
-
38
- # RUN pip install --no-cache-dir --upgrade -r /src/requirements.txt
39
-
40
- # WORKDIR /src
41
-
42
- # WORKDIR /src/Chat-GPT-LangChain
43
-
44
-
45
- # CMD ["python", "app.py", "--port", "7860", "--openAIModel", "azureChatGPT", "--noIntermediateConv"]
 
2
 
3
  WORKDIR /src
4
 
5
+ COPY ./MM-REACT /src/
6
 
7
  COPY ./requirements.txt /src/requirements.txt
8
 
 
14
 
15
  WORKDIR /src
16
 
 
17
 
18
+ CMD ["python", "app.py", "--port", "7860", "--openAIModel", "azureChatGPT", "--noIntermediateConv"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
{AllInOneApp/Chat-GPT-LangChain → MM-REACT}/app.py RENAMED
File without changes