rao223 commited on
Commit
de7446a
·
1 Parent(s): 6bbb202

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM node:18
2
  RUN git clone https://github.com/supercyx3/ChatGPT-Next-Web-LangChain.git
3
  WORKDIR "ChatGPT-Next-Web-LangChain"
4
- RUN yarn add next/image
5
  RUN yarn install && yarn build
6
  # 设置环境变量
7
  ENV ADD_MODELS=gpt-4-1106-preview,gpt-4-vision-preview
 
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