Update Dockerfile
Browse files- 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
|
5 |
|
6 |
WORKDIR /
|
7 |
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
9 |
|
10 |
-
RUN
|
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
|