ShriAishu commited on
Commit
ff248c8
·
verified ·
1 Parent(s): a302e9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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