Spaces:
Paused
Paused
Commit
·
c56c3f9
1
Parent(s):
a73b266
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/TheBloke/samantha-
|
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/TheBloke/samantha-7B-GGML
|
21 |
|
22 |
COPY . .
|
23 |
RUN ls -al
|