Do0rMaMu commited on
Commit
e78f80a
·
verified ·
1 Parent(s): 7b159a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY main.py .
20
  # # Start Ollama server in the background
21
  # RUN nohup ollama &
22
 
23
- RUN curl -fsSL https://ollama.com/install.sh | /bin/sh -c
24
 
25
  # RUN ollama serve
26
 
 
20
  # # Start Ollama server in the background
21
  # RUN nohup ollama &
22
 
23
+ RUN curl -fsSL https://ollama.com/install.sh | /bin/sh
24
 
25
  # RUN ollama serve
26