Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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/
|
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 |
|