Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -38,8 +38,8 @@ COPY . .
|
|
38 |
# Set proper permissions for the translations directory
|
39 |
RUN chmod -R 777 translations
|
40 |
|
41 |
-
# Start Ollama service
|
42 |
-
RUN
|
43 |
|
44 |
# Download the required model
|
45 |
RUN ollama pull llama3
|
|
|
38 |
# Set proper permissions for the translations directory
|
39 |
RUN chmod -R 777 translations
|
40 |
|
41 |
+
# Start Ollama service
|
42 |
+
RUN systemctl start ollama
|
43 |
|
44 |
# Download the required model
|
45 |
RUN ollama pull llama3
|