Spaces:
Running
Running
imperialwool
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN mkdir translator
|
|
20 |
RUN chmod -R 777 translator
|
21 |
|
22 |
# Installing wget and downloading model.
|
23 |
-
ADD https://huggingface.co/Vikhrmodels/Vikhr-
|
24 |
RUN chmod -R 777 /app/model.bin
|
25 |
# 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".
|
26 |
|
|
|
20 |
RUN chmod -R 777 translator
|
21 |
|
22 |
# Installing wget and downloading model.
|
23 |
+
ADD https://huggingface.co/Vikhrmodels/Vikhr-Qwen-2.5-1.5B-Instruct-GGUF/resolve/main/Vikhr-Qwen-2.5-1.5b-Instruct-Q4_1.gguf /app/model.bin
|
24 |
RUN chmod -R 777 /app/model.bin
|
25 |
# 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".
|
26 |
|