Niansuh commited on
Commit
0be3cb7
·
verified ·
1 Parent(s): 49e7371

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,+deepseek-chat@NAI
18
  # Expose port 3000 for accessing the application
19
  EXPOSE 3000
20
 
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+deepseek-chat@NAI,+meta-llama/Meta-Llama-3.1-405B-Instruct@NAI
18
  # Expose port 3000 for accessing the application
19
  EXPOSE 3000
20