ruslanmv commited on
Commit
1ce876d
·
1 Parent(s): 94d9c1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 (modify based on your OS)
42
- RUN sudo systemctl start ollama
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