Spaces:
Paused
Paused
Commit
·
e05028d
1
Parent(s):
e1490cb
Update Dockerfile
Browse files- 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
|
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 lfs pull -I https://huggingface.co/TheBloke/guanaco-33B-GGML/guanaco-33B.ggmlv3.q4_0.bin
|
21 |
|
22 |
COPY . .
|
23 |
RUN ls -al
|