matthoffner commited on
Commit
c3949ca
ยท
1 Parent(s): 4228071

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ ENV HOME=/home/user \
20
 
21
  WORKDIR $HOME/app
22
 
23
- RUN git clone https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML
24
 
25
  COPY --chown=user . $HOME/app
26
 
 
20
 
21
  WORKDIR $HOME/app
22
 
23
+ RUN git fetch https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML mpt-7b-storywriter.ggmlv3.q4_0.bin
24
 
25
  COPY --chown=user . $HOME/app
26