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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt update -y && apt upgrade -y
7
 
8
  WORKDIR /
9
 
10
- RUN apt install curl
11
 
12
  RUN curl -fsSL https://ollama.com/install.sh | sh
13
 
 
7
 
8
  WORKDIR /
9
 
10
+ RUN apt install curl -y
11
 
12
  RUN curl -fsSL https://ollama.com/install.sh | sh
13