ChandimaPrabath commited on
Commit
7e57770
·
verified ·
1 Parent(s): f1a0196

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && \
10
  # Set environment variables for the container.
11
  # OLLAMA_ROOT is set here for clarity and reinforced in the entrypoint for reliability.
12
  ENV OLLAMA_HOST=0.0.0.0 \
 
13
  OLLAMA_ROOT=/tmp/ollama
14
 
15
  # Set a working directory
 
10
  # Set environment variables for the container.
11
  # OLLAMA_ROOT is set here for clarity and reinforced in the entrypoint for reliability.
12
  ENV OLLAMA_HOST=0.0.0.0 \
13
+ OLLAMA_ORIGINS='*'\
14
  OLLAMA_ROOT=/tmp/ollama
15
 
16
  # Set a working directory