Niansuh commited on
Commit
b59dcdf
·
verified ·
1 Parent(s): 0f4ea55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ RUN npm install
14
  RUN npm run build
15
 
16
  # Define environment variables
 
17
  # ,+llama-3.1-405b-reasoning@NAI (Not Available)
18
  # Expose port 3000 for accessing the application
19
  EXPOSE 3000
 
14
  RUN npm run build
15
 
16
  # Define environment variables
17
+ ENV CUSTOM_MODELS=-all,+Meta-Llama-3.1-70B-Instruct
18
  # ,+llama-3.1-405b-reasoning@NAI (Not Available)
19
  # Expose port 3000 for accessing the application
20
  EXPOSE 3000