Spaces:
Build error
Build error
Commit
·
9831d41
1
Parent(s):
e4d17d9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ COPY . .
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev libclblast-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 \
|
7 |
-
&& wget https://huggingface.co/xzuyn/GPT-
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& apt autoremove -y
|
10 |
|
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev libclblast-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 \
|
7 |
+
&& wget https://huggingface.co/xzuyn/GPT-J-Shinen-6B-GGML/resolve/main/ggjtv1-model-q5_1.bin \
|
8 |
&& apt remove build-essential wget make -y \
|
9 |
&& apt autoremove -y
|
10 |
|