enemy7 commited on
Commit
9848f61
·
verified ·
1 Parent(s): ecacaa1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /
9
 
10
  RUN apt install curl -y
11
 
12
- RUN curl -fsSL https://ollama.com/install.sh | sh
13
 
14
  RUN source
15
  RUN ollama pull mistral
 
9
 
10
  RUN apt install curl -y
11
 
12
+ RUN bash -c "curl -fsSL https://ollama.com/install.sh | sh"
13
 
14
  RUN source
15
  RUN ollama pull mistral