Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
|
|
3 |
|
4 |
RUN apt update && apt install curl -y
|
5 |
|
6 |
-
RUN curl
|
7 |
|
8 |
# Create the directory and give appropriate permissions
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|
|
|
3 |
|
4 |
RUN apt update && apt install curl -y
|
5 |
|
6 |
+
RUN curl -fsSL https://ollama.com/install.sh | sh
|
7 |
|
8 |
# Create the directory and give appropriate permissions
|
9 |
RUN mkdir -p /.ollama && chmod 777 /.ollama
|