Yakova commited on
Commit
6029b83
·
1 Parent(s): 6af4a76

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Builder stage
2
  FROM ubuntu:latest
3
 
4
- RUN apt update && apt install curl
5
 
6
  RUN curl https://ollama.ai/install.sh | sh
7
 
 
1
  # Builder stage
2
  FROM ubuntu:latest
3
 
4
+ RUN apt update && apt install curl -y
5
 
6
  RUN curl https://ollama.ai/install.sh | sh
7