Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Builder stage
|
2 |
-
FROM
|
3 |
|
4 |
RUN curl https://ollama.ai/install.sh | sh
|
5 |
|
|
|
1 |
# Builder stage
|
2 |
+
FROM ubuntu:latest
|
3 |
|
4 |
RUN curl https://ollama.ai/install.sh | sh
|
5 |
|