matthoffner commited on
Commit
91b8de5
·
1 Parent(s): 410e028

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -17,9 +17,9 @@ 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/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
 
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/robin-13B-v2-GGML
21
+ RUN mv robin-13B-v2-GGML/robin-13b.ggmlv3.q3_K_M.bin .
22
+ RUN rm -rf robin-13B-v2-GGML/
23
 
24
  COPY . .
25
  RUN ls -al