Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ WORKDIR /.ollama
|
|
19 |
COPY entrypoint.sh /entrypoint.sh
|
20 |
RUN chmod +x /entrypoint.sh
|
21 |
|
22 |
-
RUN
|
23 |
|
24 |
EXPOSE 11434
|
25 |
|
|
|
19 |
COPY entrypoint.sh /entrypoint.sh
|
20 |
RUN chmod +x /entrypoint.sh
|
21 |
|
22 |
+
RUN curl -fsSL "https://huggingface.co/johnpaulbin/translator-llm/resolve/main/translator-llama3.1-q4km-2.gguf?download=true" -o llama.gguf
|
23 |
|
24 |
EXPOSE 11434
|
25 |
|