Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM alpine/ollama
|
|
| 5 |
ENV OLLAMA_HOST=0.0.0.0:7860
|
| 6 |
|
| 7 |
# Install curl to help with model pulling and health checks
|
| 8 |
-
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Expose the default Hugging Face Space port
|
| 11 |
EXPOSE 7860
|
|
|
|
| 5 |
ENV OLLAMA_HOST=0.0.0.0:7860
|
| 6 |
|
| 7 |
# Install curl to help with model pulling and health checks
|
| 8 |
+
#RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
| 9 |
|
| 10 |
# Expose the default Hugging Face Space port
|
| 11 |
EXPOSE 7860
|