mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-19 09:46:58 +00:00
Update Dockerfile.buildkit (#1542)
corrected model download directory Signed-off-by: Thomas <tvhdev@vonhaugwitz-softwaresolutions.de>
This commit is contained in:
parent
721d854095
commit
34daf240f9
@ -18,6 +18,6 @@ COPY gpt4all_api/app /app
|
|||||||
RUN mkdir -p /models
|
RUN mkdir -p /models
|
||||||
|
|
||||||
# Include the following line to bake a model into the image and not have to download it on API start.
|
# Include the following line to bake a model into the image and not have to download it on API start.
|
||||||
RUN wget -q --show-progress=off https://gpt4all.io/models/gguf/${MODEL_BIN} -P /models \
|
RUN wget -q --show-progress=off https://gpt4all.io/models/${MODEL_BIN} -P /models \
|
||||||
&& md5sum /models/${MODEL_BIN}
|
&& md5sum /models/${MODEL_BIN}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user