enemy7 commited on
Commit
fe79600
·
verified ·
1 Parent(s): b16db68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,13 +1,13 @@
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
- FROM python:3.9
5
 
6
  WORKDIR /
7
 
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
9
 
10
- RUN systemctl start ollama.service
11
  RUN ollama pull mistral
12
  RUN ollama pull llama2
13
  RUN ollama pull llava
 
1
  # read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
2
  # you will also find guides on how best to write your Dockerfile
3
 
4
+ FROM ubuntu:lastest
5
 
6
  WORKDIR /
7
 
8
  RUN curl -fsSL https://ollama.com/install.sh | sh
9
 
10
+ RUN source
11
  RUN ollama pull mistral
12
  RUN ollama pull llama2
13
  RUN ollama pull llava