acharyaaditya26 commited on
Commit
2c70f32
1 Parent(s): c18f17f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.11-bullseye
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