Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|