Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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
|