Spaces:
Sleeping
Sleeping
trying things and failing fast
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,6 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
|
|
6 |
|
7 |
RUN pip install -r /code/requirements.txt
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
9 |
RUN ollama run phi3
|
10 |
|
11 |
COPY . .
|
|
|
6 |
|
7 |
RUN pip install -r /code/requirements.txt
|
8 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
9 |
+
RUN ollama serve &
|
10 |
RUN ollama run phi3
|
11 |
|
12 |
COPY . .
|