matthoffner commited on
Commit
6d26a31
·
1 Parent(s): ea39f13

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install --upgrade pip && \
16
  pip install -r requirements.txt
17
 
18
  RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
19
- RUN apt-get install git-lfs
20
  RUN git clone https://huggingface.co/TheBloke/wizardLM-7B-GGML
21
 
22
  COPY . .
 
16
  pip install -r requirements.txt
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/TheBloke/wizardLM-7B-GGML
21
 
22
  COPY . .