Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN mkdir -p models public
|
|
| 14 |
|
| 15 |
# Download the model directly from Hugging Face during the Docker build
|
| 16 |
# Use /resolve/ to get the actual file stream
|
| 17 |
-
RUN wget -qO models/
|
| 18 |
# RUN wget -qO models/model.gguf "https://huggingface.co/msievers/gemma-4-E2B-it-qat-q4_0-assistant-GGUF/resolve/main/gemma-4-E2B-it-qat-assistant-q4_0.gguf?download=true"
|
| 19 |
|
| 20 |
# Copy package files and install dependencies
|
|
|
|
| 14 |
|
| 15 |
# Download the model directly from Hugging Face during the Docker build
|
| 16 |
# Use /resolve/ to get the actual file stream
|
| 17 |
+
RUN wget -qO models/model.gguf "https://huggingface.co/unsloth/gemma-3-1b-it-GGUF/resolve/main/gemma-3-1b-it-UD-IQ1_S.gguf?download=true"
|
| 18 |
# RUN wget -qO models/model.gguf "https://huggingface.co/msievers/gemma-4-E2B-it-qat-q4_0-assistant-GGUF/resolve/main/gemma-4-E2B-it-qat-assistant-q4_0.gguf?download=true"
|
| 19 |
|
| 20 |
# Copy package files and install dependencies
|