rao223 commited on
Commit
1565d5c
·
1 Parent(s): de7446a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -5
Dockerfile CHANGED
@@ -1,11 +1,8 @@
1
  FROM node:18
2
- RUN git clone https://github.com/supercyx3/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
 
5
  RUN yarn install && yarn build
6
- # 设置环境变量
7
- ENV ADD_MODELS=gpt-4-1106-preview,gpt-4-vision-preview
8
- ENV BASE_URL=
9
- ENV OPENAI_API_KEY=
10
  EXPOSE 3000
11
  CMD yarn start
 
1
  FROM node:18
2
+ RUN git clone https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
 
5
  RUN yarn install && yarn build
6
+
 
 
 
7
  EXPOSE 3000
8
  CMD yarn start