Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
FROM ollama/ollama:
|
| 2 |
-
|
| 3 |
USER root
|
| 4 |
|
| 5 |
# Install curl for health checks
|
|
|
|
| 1 |
+
FROM ollama/ollama:latest
|
|
|
|
| 2 |
USER root
|
| 3 |
|
| 4 |
# Install curl for health checks
|