Spaces:
Build error
Build error
Illumotion
commited on
Commit
•
d6f0e4c
1
Parent(s):
3693186
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 make cmake tar -y \
|
6 |
&& mkdir build \
|
7 |
-
&& wget https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q6_K.gguf https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-
|
8 |
&& tar -vxzf sccache-v0.5.4-x86_64-unknown-linux-musl.tar.gz \
|
9 |
&& mv sccache-v0.5.4-x86_64-unknown-linux-musl/sccache /usr/bin/sccache \
|
10 |
&& sudo chmod +x /usr/local/bin/sccache \
|
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make cmake tar -y \
|
6 |
&& mkdir build \
|
7 |
+
&& wget https://huggingface.co/TheBloke/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q6_K.gguf https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-v0.5.4-x86_64-unknown-linux-musl.tar.gz \
|
8 |
&& tar -vxzf sccache-v0.5.4-x86_64-unknown-linux-musl.tar.gz \
|
9 |
&& mv sccache-v0.5.4-x86_64-unknown-linux-musl/sccache /usr/bin/sccache \
|
10 |
&& sudo chmod +x /usr/local/bin/sccache \
|