Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the ChatGPT repository from GitHub
|
5 |
-
RUN git clone https://github.com/
|
6 |
|
7 |
# Set the working directory inside the container
|
8 |
WORKDIR "ChatGPT-Next-Web"
|
@@ -13,7 +13,7 @@ RUN npm install
|
|
13 |
# Build the project
|
14 |
RUN npm run build
|
15 |
|
16 |
-
ENV CUSTOM_MODELS=-all,+gpt-
|
17 |
|
18 |
# Define environment variables
|
19 |
EXPOSE 3000
|
|
|
2 |
FROM node:18
|
3 |
|
4 |
# Clone the ChatGPT repository from GitHub
|
5 |
+
RUN git clone https://github.com/Niansuh/ChatGPT-Next-Web.git
|
6 |
|
7 |
# Set the working directory inside the container
|
8 |
WORKDIR "ChatGPT-Next-Web"
|
|
|
13 |
# Build the project
|
14 |
RUN npm run build
|
15 |
|
16 |
+
ENV CUSTOM_MODELS=-all,+gpt-4o@NAI,+gpt-4o-mini@NAI
|
17 |
|
18 |
# Define environment variables
|
19 |
EXPOSE 3000
|