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