matthoffner commited on
Commit
410e028
·
1 Parent(s): 7add202

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,6 +18,8 @@ RUN pip install --upgrade pip && \
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/airoboros-33B-gpt4-1.2-GGML
 
 
21
 
22
  COPY . .
23
  RUN ls -al
 
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/airoboros-33B-gpt4-1.2-GGML
21
+ RUN mv airoboros-33B-gpt4-1.2-GGML/airoboros-33b-gpt4-1.2.ggmlv3.q2_K.bin .
22
+ RUN rm -rf airoboros-33B-gpt4-1.2-GGML/
23
 
24
  COPY . .
25
  RUN ls -al