Niansuh commited on
Commit
3e996ec
·
verified ·
1 Parent(s): 7e0bf2e

Update Dockerfile

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