Spaces:
Paused
Paused
Commit
·
5958231
1
Parent(s):
63bc36d
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 clone https://huggingface.co/
|
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/vihangd/open_llama_7b_700bt_ggml
|
21 |
|
22 |
COPY . .
|
23 |
RUN ls -al
|