Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|