Spaces:
Sleeping
Sleeping
barisaydin
commited on
Commit
•
6d5111d
1
Parent(s):
a9675ea
Update Dockerfile
Browse files- Dockerfile +0 -9
Dockerfile
CHANGED
@@ -13,15 +13,6 @@ RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
13 |
# Set the Ollama host environment variable
|
14 |
ENV OLLAMA_HOST=0.0.0.0
|
15 |
|
16 |
-
# Set the Ollama origins environment variable
|
17 |
-
ENV OLLAMA_ORIGINS="api.devsolux.com"
|
18 |
-
|
19 |
-
# Production or Sensitive Environments
|
20 |
-
# ENV OLLAMA_NOHISTORY=1
|
21 |
-
|
22 |
-
# Debug information
|
23 |
-
# ENV OLLAMA_DEBUG=0
|
24 |
-
|
25 |
# Create the Ollama directory and set permissions
|
26 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
27 |
|
|
|
13 |
# Set the Ollama host environment variable
|
14 |
ENV OLLAMA_HOST=0.0.0.0
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# Create the Ollama directory and set permissions
|
17 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
18 |
|