Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM ollama/ollama:latest
|
| 2 |
|
| 3 |
# Pre-load the model during build so it's ready instantly
|
| 4 |
-
RUN ollama serve & sleep 5 && ollama pull
|
| 5 |
|
| 6 |
# Expose the Ollama port
|
| 7 |
EXPOSE 11434
|
|
|
|
| 1 |
FROM ollama/ollama:latest
|
| 2 |
|
| 3 |
# Pre-load the model during build so it's ready instantly
|
| 4 |
+
RUN ollama serve & sleep 5 && ollama pull qwen2.5-coder:7b
|
| 5 |
|
| 6 |
# Expose the Ollama port
|
| 7 |
EXPOSE 11434
|