Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -28,6 +28,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
28 |
# Install additional software
|
29 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
30 |
|
|
|
|
|
|
|
31 |
# Download the required model
|
32 |
RUN ollama pull llama3
|
33 |
|
|
|
28 |
# Install additional software
|
29 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
30 |
|
31 |
+
|
32 |
+
RUN systemctl start ollama
|
33 |
+
|
34 |
# Download the required model
|
35 |
RUN ollama pull llama3
|
36 |
|