Yaya86 commited on
Commit
c16fda7
·
verified ·
1 Parent(s): 5bfeb7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
3
 
4
  RUN apt update && apt install curl -y
5
 
6
- RUN curl curl -fsSL https://ollama.com/install.sh | sh
7
 
8
  # Create the directory and give appropriate permissions
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama
 
3
 
4
  RUN apt update && apt install curl -y
5
 
6
+ RUN curl -fsSL https://ollama.com/install.sh | sh
7
 
8
  # Create the directory and give appropriate permissions
9
  RUN mkdir -p /.ollama && chmod 777 /.ollama