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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
 
4
  FROM ubuntu:latest
5
 
 
 
6
  WORKDIR /
7
 
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
 
3
 
4
  FROM ubuntu:latest
5
 
6
+ RUN apt update -y && apt upgrade -y
7
+
8
  WORKDIR /
9
 
10
  RUN curl -fsSL https://ollama.com/install.sh | sh