Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -99,8 +99,8 @@ RUN wget -qO- https://github.com/weaviate/weaviate/releases/download/v1.24.10/we
|
|
99 |
# Download Llama model
|
100 |
WORKDIR /app
|
101 |
#RUN wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_0.gguf
|
102 |
-
RUN wget -v https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q4_0.gguf
|
103 |
-
|
104 |
|
105 |
# Create a non-root user
|
106 |
RUN groupadd -g 1000 user && useradd -m -u 1000 -g user user
|
|
|
99 |
# Download Llama model
|
100 |
WORKDIR /app
|
101 |
#RUN wget -v https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q4_0.gguf
|
102 |
+
#RUN wget -v https://huggingface.co/bartowski/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-Q4_0.gguf
|
103 |
+
RUN wget -v https://huggingface.co/bartowski/Meta-Llama-3.1-8B-Instruct-GGUF/resolve/main/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf
|
104 |
|
105 |
# Create a non-root user
|
106 |
RUN groupadd -g 1000 user && useradd -m -u 1000 -g user user
|