RaiSantos commited on
Commit
ad27df5
·
verified ·
1 Parent(s): d505d05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile CHANGED
@@ -40,14 +40,5 @@ RUN cd /app/api && npm install
40
  # Install Update of BingAI (Copilot)
41
  RUN curl -o /app/node_modules/nodejs-gpt/src/BingAIClient.js https://raw.githubusercontent.com/itzraiss/nodejs-gpt/refs/heads/main/src/BingAIClient.js
42
 
43
- # Update Sydney & BingAI
44
- RUN curl -o /app/client/src/components/Input/ModelSelect/BingAI.tsx https://raw.githubusercontent.com/itzraiss/LibreChat/refs/heads/main/client/src/components/Input/ModelSelect/BingAI.tsx
45
-
46
- RUN curl -o /app/client/public/assets/bingai.png https://s7.ezgif.com/tmp/ezgif-7-fb538abb72.png
47
-
48
- RUN curl -o /app/client/src/components/svg/BingAIMinimalIcon.tsx https://raw.githubusercontent.com/itzraiss/LibreChat/refs/heads/main/client/src/components/svg/BingAIMinimalIcon.tsx
49
-
50
- RUN curl -o /app/packages/data-provider/src/config.ts https://raw.githubusercontent.com/itzraiss/LibreChat/refs/heads/main/packages/data-provider/src/config.ts
51
-
52
  # Command to run on container start
53
  CMD ["npm", "run", "backend"]
 
40
  # Install Update of BingAI (Copilot)
41
  RUN curl -o /app/node_modules/nodejs-gpt/src/BingAIClient.js https://raw.githubusercontent.com/itzraiss/nodejs-gpt/refs/heads/main/src/BingAIClient.js
42
 
 
 
 
 
 
 
 
 
 
43
  # Command to run on container start
44
  CMD ["npm", "run", "backend"]