Spaces:
Paused
Paused
Commit
·
91b8de5
1
Parent(s):
410e028
Update Dockerfile
Browse files- 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/
|
21 |
-
RUN mv
|
22 |
-
RUN rm -rf
|
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
|