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/mradermacher/ReasonableLlama3-3B-Jr-GGUF/resolve/main/
|
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/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 |
|