cesarams commited on
Commit
d0f42f6
·
verified ·
1 Parent(s): b365fa2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN chmod -R 777 translator
22
 
23
  # Installing wget and downloading model.
24
  # ALTERADO PARA USAR O SEU MODELO ESPECIFICADO
25
- ADD https://huggingface.co/mradermacher/ReasonableLlama3-3B-Jr-GGUF/resolve/main/ReasonableLlama3-3B-Jr.Q4_K_M.gguf /app/model.bin
26
  RUN chmod -R 777 /app/model.bin
27
  # You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
28
 
 
22
 
23
  # Installing wget and downloading model.
24
  # ALTERADO PARA USAR O SEU MODELO ESPECIFICADO
25
+ ADD https://huggingface.co/Mungert/Gemma-3-Gaia-PT-BR-4b-it-GGUF/resolve/main/Gemma-3-Gaia-PT-BR-4b-it-q4_k_m.gguf /app/model.bin
26
  RUN chmod -R 777 /app/model.bin
27
  # You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
28