Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,7 +40,7 @@ ENV PATH="/app:/app/weaviate-v1.24.10-linux-x86_64:${PATH}"
|
|
40 |
EXPOSE 8080
|
41 |
|
42 |
#COPY Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf /app
|
43 |
-
RUN
|
44 |
|
45 |
##############################################################################
|
46 |
# Install text2vec-transformers
|
|
|
40 |
EXPOSE 8080
|
41 |
|
42 |
#COPY Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf /app
|
43 |
+
RUN cd /app; wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/llama-2-7b-chat.Q4_0.gguf
|
44 |
|
45 |
##############################################################################
|
46 |
# Install text2vec-transformers
|