Yakova commited on
Commit
a37ec79
·
1 Parent(s): beec757

Update Dockerfile

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