Niansuh commited on
Commit
ec7256a
1 Parent(s): 0af1501

Remove Mixtral Repo

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Use the Node.js 18 base image
2
  FROM node:18
3
 
4
- # Clone the Mixtral repository from GitHub
5
  RUN git clone https://github.com/Niansuh/ChatGPT.git
6
 
7
  # Set the working directory inside the container
 
1
  # Use the Node.js 18 base image
2
  FROM node:18
3
 
4
+ # Clone the ChatGPT repository from GitHub
5
  RUN git clone https://github.com/Niansuh/ChatGPT.git
6
 
7
  # Set the working directory inside the container