Spaces:
Sleeping
Sleeping
ST John
commited on
Commit
·
6a2de19
1
Parent(s):
bf49e12
don't let wget bloat build logfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update
|
|
10 |
RUN apt-get install -y cmake ccache wget
|
11 |
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
-
RUN wget https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q2_K.gguf
|
14 |
|
15 |
COPY llama-annotate/ .
|
16 |
|
|
|
10 |
RUN apt-get install -y cmake ccache wget
|
11 |
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
+
RUN wget --no-verbose https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q2_K.gguf
|
14 |
|
15 |
COPY llama-annotate/ .
|
16 |
|