NitinBot001 commited on
Commit
a86fb36
·
verified ·
1 Parent(s): fa51bdf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM ubuntu:22.04
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
6
  ENV OLLAMA_HOST=0.0.0.0
 
7
 
8
  # Update system and install dependencies
9
  RUN apt-get update && apt-get install -y \
 
4
  # Set environment variables
5
  ENV DEBIAN_FRONTEND=noninteractive
6
  ENV OLLAMA_HOST=0.0.0.0
7
+ ENV OLLAMA_PORT=7860
8
 
9
  # Update system and install dependencies
10
  RUN apt-get update && apt-get install -y \