Spaces:
Build error
Build error
Illumotion
commited on
Commit
•
93fbabe
1
Parent(s):
ee58854
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ WORKDIR /app
|
|
3 |
COPY . .
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
-
&& make
|
7 |
&& wget https://huggingface.co/Yoshiii/pygmalion-7b-ggml/resolve/main/pygmalion-7b-q5_K_M.bin\
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
|
|
3 |
COPY . .
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
+
&& make \
|
7 |
&& wget https://huggingface.co/Yoshiii/pygmalion-7b-ggml/resolve/main/pygmalion-7b-q5_K_M.bin\
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|