Skip to content

Commit

Permalink
Update Dockerfile.buildkit (#1542)
Browse files Browse the repository at this point in the history
corrected model download directory

Signed-off-by: Thomas <[email protected]>
  • Loading branch information
tvhdev authored Oct 21, 2023
1 parent 721d854 commit 34daf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-api/gpt4all_api/Dockerfile.buildkit
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 34daf24

Please sign in to comment.