model ipull
Browse files- 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
|