tjwrld commited on
Commit
e4c4680
·
verified ·
1 Parent(s): 5b539d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/gemma-3-1b-it-UD-IQ1_S.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
 
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