acharyaaditya26
commited on
Commit
•
2c70f32
1
Parent(s):
c18f17f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
RUN apt-get update && apt-get upgrade -y && \
|
4 |
apt-get install -y wget git lsof net-tools curl iproute2 netcat
|
|
|
1 |
+
FROM ollama/ollama:latest
|
2 |
|
3 |
RUN apt-get update && apt-get upgrade -y && \
|
4 |
apt-get install -y wget git lsof net-tools curl iproute2 netcat
|