matthoffner commited on
Commit
e05028d
·
1 Parent(s): e1490cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip install --upgrade pip && \
17
 
18
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
19
  RUN apt-get install git-lfs -y
20
- RUN git clone https://huggingface.co/vihangd/open_llama_7b_700bt_ggml
21
 
22
  COPY . .
23
  RUN ls -al
 
17
 
18
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
19
  RUN apt-get install git-lfs -y
20
+ RUN git lfs pull -I https://huggingface.co/TheBloke/guanaco-33B-GGML/guanaco-33B.ggmlv3.q4_0.bin
21
 
22
  COPY . .
23
  RUN ls -al