matthoffner commited on
Commit
5c9c38f
·
1 Parent(s): 564ff56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --upgrade pip && \
14
 
15
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
16
  RUN apt-get install git-lfs
17
- RUN git clone https://huggingface.co/TheBloke/wizardLM-7B-GGML
18
 
19
  COPY . .
20
  RUN ls -al
 
14
 
15
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
16
  RUN apt-get install git-lfs
17
+ RUN git clone -b previous_llama https://huggingface.co/TheBloke/wizardLM-7B-GGML
18
 
19
  COPY . .
20
  RUN ls -al