aydayya commited on
Commit ·
83f8192
1
Parent(s): 5337a1e
add
Browse files- Dockerfile +2 -4
Dockerfile
CHANGED
|
@@ -2,10 +2,8 @@ FROM python:3.9
|
|
| 2 |
|
| 3 |
# Install ollama tool
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
-
|
| 6 |
-
&& curl -
|
| 7 |
-
&& dpkg -i ollama.deb \
|
| 8 |
-
&& rm ollama.deb \
|
| 9 |
&& apt-get clean
|
| 10 |
|
| 11 |
# Create user
|
|
|
|
| 2 |
|
| 3 |
# Install ollama tool
|
| 4 |
RUN apt-get update && apt-get install -y \
|
| 5 |
+
curl \
|
| 6 |
+
&& curl -fsSL https://ollama.com/install.sh | sh \
|
|
|
|
|
|
|
| 7 |
&& apt-get clean
|
| 8 |
|
| 9 |
# Create user
|