Spaces:
Sleeping
Sleeping
barisaydin
commited on
Commit
•
a9675ea
1
Parent(s):
4fb661d
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,10 +17,10 @@ ENV OLLAMA_HOST=0.0.0.0
|
|
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
|
|
|
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
|