Niansuh commited on
Commit
bb93df4
·
verified ·
1 Parent(s): dc8349b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -13,9 +13,6 @@ RUN npm install
13
  # Build the project
14
  RUN npm run build
15
 
16
- # Define environment variables
17
- ENV CUSTOM_MODELS=-all,+gpt-3.5-turbo,+mixtral-8x7b,+nous-mixtral-8x7b,+mistral-7b,+openchat-3.5,+gemma-1.1-7b,+command-r-plus
18
-
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000
21
 
 
13
  # Build the project
14
  RUN npm run build
15
 
 
 
 
16
  # Expose port 3000 for accessing the application
17
  EXPOSE 3000
18