mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04: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
|
||||
|
||||
# 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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user