ffreemt commited on
Commit ·
b94b1e6
1
Parent(s): b1edb56
Add curl
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM ollama/ollama:latest
|
| 2 |
|
| 3 |
# Install Nginx
|
| 4 |
-
RUN apt-get update && apt-get install -y nginx gettext-base git && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
# Ensure external access within the container
|
| 7 |
ENV OLLAMA_HOST=0.0.0.0
|
|
|
|
| 1 |
FROM ollama/ollama:latest
|
| 2 |
|
| 3 |
# Install Nginx
|
| 4 |
+
RUN apt-get update && apt-get install -y nginx gettext-base git curl && rm -rf /var/lib/apt/lists/*
|
| 5 |
|
| 6 |
# Ensure external access within the container
|
| 7 |
ENV OLLAMA_HOST=0.0.0.0
|