Spaces:
Build error
Build error
Illumotion
commited on
Commit
•
da7d918
1
Parent(s):
e74cab0
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ RUN apt update \
|
|
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 |
-
&& chmod +x /usr/
|
11 |
&& cd build \
|
12 |
&& cmake .. -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
|
13 |
&& cmake --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 |
+
&& chmod +x /usr/bin/sccache \
|
11 |
&& cd build \
|
12 |
&& cmake .. -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
|
13 |
&& cmake --build . \
|