spoggy commited on
Commit
c25219e
1 Parent(s): 4228f5f

model ipull

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ WORKDIR /app
13
  COPY . /app
14
  RUN npm install
15
  RUN npm run fix
 
16
  #COPY . /app
17
  # RUN npm install
18
  # RUN npm run fix
 
13
  COPY . /app
14
  RUN npm install
15
  RUN npm run fix
16
+ RUN npx ipull -s ./models https://huggingface.co/TheBloke/dolphin-2.2.1-mistral-7B-GGUF/resolve/main/dolphin-2.2.1-mistral-7b.Q2_K.gguf
17
  #COPY . /app
18
  # RUN npm install
19
  # RUN npm run fix