matthoffner commited on
Commit
080a566
·
1 Parent(s): df7ea05

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/TheBloke/samantha-7B-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 clone https://huggingface.co/TheBloke/Samantha-7B-GGML
21
 
22
  COPY . .
23
  RUN ls -al