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

Update Dockerfile

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